Click or drag to resize
KinectCaptureRetrieveGrayFrame Method
http://www.emgu.com
Retrieve Gray frame from Kinect

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public bool RetrieveGrayFrame(
	IOutputArray image
)

Parameters

image
Type: Emgu.CVIOutputArray

[Missing <param name="image"/> documentation for "M:Emgu.CV.KinectCapture.RetrieveGrayFrame(Emgu.CV.IOutputArray)"]

Return Value

Type: Boolean
A Gray frame from Kinect
See Also