Specifies video mode for the camera.

Namespace:  AForge.Video.Kinect
Assembly:  AForge.Video.Kinect (in AForge.Video.Kinect.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public VideoCameraMode CameraMode { get; set; }

Remarks

Note:The property must be set before running the video source to take effect.

Default value of the property is set to Color.

See Also