ColorImageStream.Format Property
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Gets the format which includes the data type, resolution, and frame rate.
Syntax
public ColorImageFormat Format { get; }
'Declaration
Public ReadOnly Property Format As ColorImageFormat
Property Value
Type: ColorImageFormat
Characteristics of the color data.
Remarks
To change the data format:
- Use ColorImageStream.Enable to enable a Kinect to stream out color data in the default format
- Use ColorImageStream.Enable(ColorImageFormat) to enable a Kinect to stream out color data converted to a user-supplied format.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
ColorImageStream Class
ColorImageStream Members
Microsoft.Kinect Namespace