Share via


DepthImageStream.Format Property

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:

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

DepthImageStream Class
DepthImageStream Members
Microsoft.Kinect Namespace