|
CameraResolution Enumeration
|
Kinect's resolutions of video and depth cameras.
Namespace:
Accord.Video.Kinect
Assembly:
Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax public enum CameraResolution
Public Enumeration CameraResolution
Members
| Member name | Value | Description |
---|
| Low | 0 |
Low resolution.
|
| Medium | 1 |
Medium resolution.
|
| High | 2 |
Hight resolution.
|
See Also