Click or drag to resize
KinectCaptureRetrieveBgrFrame Method
http://www.emgu.com
Retrieve Bgr 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 RetrieveBgrFrame(
	IOutputArray image
)

Parameters

image
Type: Emgu.CVIOutputArray

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

Return Value

Type: Boolean
A Bgr frame from Kinect
See Also