Click or drag to resize
Accord.NET (logo)

KinectDepthCameraResolution Property

Resolution of depth sensor to set.

Namespace:  Accord.Video.Kinect
Assembly:  Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax
public CameraResolution Resolution { get; set; }
Request Example View Source

Property Value

Type: CameraResolution
Remarks

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

Default value of the property is set to Medium.

See Also