Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Image formats for a DepthImageStream. Each image format contains the data type, the resolution, and the frame rate.
Syntax
public enum DepthImageFormat
'Declaration
Public Enumeration DepthImageFormat
Members
Member name | Description | |
---|---|---|
Resolution320x240Fps30 | The resolution is 320 x 240; the frame rate is 30 frames per second. | |
Resolution640x480Fps30 | The resolution is 640 x 480; the frame rate is 30 frames per second. | |
Resolution80x60Fps30 | The resolution is 80 x 60; the frame rate is 30 frames per second. | |
Undefined | The format is not defined. |
Remarks
Use the DepthImageFrame.Format property or the DepthImageStream.Format property to set the image format.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)