Emgu.CV.KinectCapture.GetOpenNIContext C# (CSharp) Method

GetOpenNIContext() public method

Get the unmanaged OpenNI Context from the capture.
This function required the opencv_highgui module patched by EMGU CV, otherwise it will throw entry point not found exception.
public GetOpenNIContext ( ) : IntPtr
return System.IntPtr
        public IntPtr GetOpenNIContext()
        {
            return CvInvoke.cvGetOpenniCaptureContext(Ptr);
        }