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

◆ DepthMode

Depth sensor capture modes.

See the hardware specification for additional details on the field of view, and supported frame rates for each mode. NFOV and WFOV denote Narrow and Wide Field Of View configurations. Binned modes reduce the captured camera resolution by combining adjacent sensor pixels into a bin.

Enumerator
Off 

Depth sensor will be turned off with this setting.

NFOV_2x2Binned 

Depth and Passive IR are captured at 320x288.

NFOV_Unbinned 

Depth and Passive IR are captured at 640x576.

WFOV_2x2Binned 

Depth and Passive IR are captured at 512x512.

WFOV_Unbinned 

Depth and Passive IR are captured at 1024x1024.

PassiveIR 

Passive IR only is captured at 1024x1024.