xn.OpenNIImporter.xnStartPoseDetection C# (CSharp) Method

xnStartPoseDetection() private method

private xnStartPoseDetection ( IntPtr hInstance, string strPose, UInt32 user ) : UInt32
hInstance System.IntPtr
strPose string
user System.UInt32
return System.UInt32
        public static extern XnStatus xnStartPoseDetection(XnNodeHandle hInstance, string strPose, XnUserID user);
OpenNIImporter