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... | |
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.
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.
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.