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

RetrieveBgrFrame() public method

Retrieve Bgr frame from Kinect
public RetrieveBgrFrame ( ) : Byte>.Image
return Byte>.Image
        public override Image<Bgr, Byte> RetrieveBgrFrame()
        {
            return RetrieveBgrFrame((int)OpenNIDataType.BgrImage);
        }