Azure Kinect Sensor SDK  refs/heads/master
Documentation for https://github.com/Microsoft/Azure-Kinect-Sensor-SDK
Microsoft.Azure.Kinect.Sensor.DeviceConfiguration Class Reference

Represents the configuration to run an Azure Kinect device in. More...

Properties

ImageFormat ColorFormat = ImageFormat.ColorMJPG [get, set]
 Gets or sets the image format to capture with the color camera. More...
 
ColorResolution ColorResolution = ColorResolution.Off [get, set]
 Gets or sets the image resolution to capture with the color camera. More...
 
DepthMode DepthMode = DepthMode.Off [get, set]
 Gets or sets the capture mode for the depth camera. More...
 
FPS CameraFPS = FPS.FPS30 [get, set]
 Gets or sets the desired frame rate for the color and depth cameras. More...
 
bool SynchronizedImagesOnly = false [get, set]
 Gets or sets a value indicating whether to only return synchronized depth and color images. More...
 
TimeSpan DepthDelayOffColor = TimeSpan.Zero [get, set]
 Gets or sets the desired delay between the capture of the color image and the capture of the depth image. More...
 
WiredSyncMode WiredSyncMode = WiredSyncMode.Standalone [get, set]
 Gets or sets the external synchronization mode. More...
 
TimeSpan SuboridinateDelayOffMaster = TimeSpan.Zero [get, set]
 Gets or sets the external synchronization timing. More...
 
bool DisableStreamingIndicator = false [get, set]
 Gets or sets a value indicating whether the automatic streaming indicator light is disabled. More...
 

Detailed Description

Represents the configuration to run an Azure Kinect device in.

Default initialization is the same as K4A_DEVICE_CONFIG_INIT_DISABLE_ALL.


The documentation for this class was generated from the following file: