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
Gets the format of the depth data, which includes the data type, resolution, and frame rate.
Syntax
public DepthImageFormat Format { get; }
'Declaration
Public ReadOnly Property Format As DepthImageFormat
Property Value
Type: DepthImageFormat
The data type, resolution, and frame rate.
Remarks
To change the data format:
- Use DepthImageStream.Enable to enable a Kinect to stream out depth data in the default format.
- Use DepthImageStream.Enable(DepthImageFormat) to enable a Kinect to convert the streamed out depth data to a user-supplied format.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
DepthImageStream Class
DepthImageStream Members
Microsoft.Kinect Namespace