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

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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