Click or drag to resize
KinectCapture Constructor
http://www.emgu.com
Create the Kinect Camera capture object

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public KinectCapture(
	KinectCaptureDeviceType type,
	KinectCaptureImageGeneratorOutputMode outputMode
)

Parameters

type
Type: Emgu.CVKinectCaptureDeviceType
The kinect device type
outputMode
Type: Emgu.CVKinectCaptureImageGeneratorOutputMode
The output mode
See Also