NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DevBlkCDIAttrQuantizationStepSize Struct Reference

Detailed Description

Holds the parameters regarding step size for non-HDR sensors.

Definition at line 91 of file NvSIPLCDICommon.h.

Data Fields

NvSiplBool isQuantizationStepSizeValid
 Holds the a flag to determine whether the exposure time and sensor gain quantization step sizes are required for non-HDR sensors. More...
 
float_t quantizationStepSizeSG
 Holds the sensor gain quantization step size. More...
 
float_t quantizationStepSizeET
 Holds the exposure time quantization step size. More...
 

Field Documentation

◆ isQuantizationStepSizeValid

NvSiplBool DevBlkCDIAttrQuantizationStepSize::isQuantizationStepSizeValid

Holds the a flag to determine whether the exposure time and sensor gain quantization step sizes are required for non-HDR sensors.

Set to true for non-HDR sensors and false for HDR sensors.

Definition at line 97 of file NvSIPLCDICommon.h.

◆ quantizationStepSizeET

float_t DevBlkCDIAttrQuantizationStepSize::quantizationStepSizeET

Holds the exposure time quantization step size.

Valid Range: [0.0, 1.0]

Definition at line 109 of file NvSIPLCDICommon.h.

◆ quantizationStepSizeSG

float_t DevBlkCDIAttrQuantizationStepSize::quantizationStepSizeSG

Holds the sensor gain quantization step size.

Valid Range: [0.0, 1.0]

Definition at line 103 of file NvSIPLCDICommon.h.


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