KinectCaptureRetrieveBgrFrame Method |
http://www.emgu.com
Retrieve Bgr frame from Kinect
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool RetrieveBgrFrame(
IOutputArray image
)
Public Function RetrieveBgrFrame (
image As IOutputArray
) As Boolean
public:
bool RetrieveBgrFrame(
IOutputArray^ image
)
member RetrieveBgrFrame :
image : IOutputArray -> bool
Parameters
- image
- Type: Emgu.CVIOutputArray
[Missing <param name="image"/> documentation for "M:Emgu.CV.KinectCapture.RetrieveBgrFrame(Emgu.CV.IOutputArray)"]
Return Value
Type:
BooleanA Bgr frame from Kinect
See Also