Data Fields | |
uint8_t | numTemperatures |
Holds the number of active temperatures. More... | |
float32_t | dataCelsius [DW_MAX_NUM_TEMPERATURES] |
Holds the values of active sensor temperatures in degrees Celsius. More... | |
float32_t dwSensorTemperature::dataCelsius[DW_MAX_NUM_TEMPERATURES] |
Holds the values of active sensor temperatures in degrees Celsius.
Valid only if DW_IMAGE_FLAGS_SENSOR_TEMPERATURE is enabled. Indexes are in the range [0, numTemperatures - 1]. These values are obtained from the mapped registers of image sensor by NvSIPL and the detailed implementation is depending on the camera module and camera driver.
uint8_t dwSensorTemperature::numTemperatures |
Holds the number of active temperatures.
Valid only if DW_IMAGE_FLAGS_SENSOR_TEMPERATURE is enabled. Value range: [1, DW_MAX_NUM_TEMPERATURES]. DW_MAX_NUM_TEMPERATURES is same as DEVBLK_CDI_MAX_NUM_TEMPERATURES which is defined in NvSIPLCDICommon.h of NvSIPL. The value is equal to the number of the temperature sensors in the specific image sensor being used.