Share via


DepthImageFrame.Format Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets the format for the depth data which includes the data type, the resolution, and the frame rate.

Syntax

public DepthImageFormat Format { get; }
'Declaration
Public ReadOnly Property Format As DepthImageFormat 

Property Value

Type: DepthImageFormat
The data format.

Remarks

The formats are listed in the DepthImageFormat enumeration.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

DepthImageFrame Class
DepthImageFrame Members
Microsoft.Kinect Namespace