NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwSensorTemperature Struct Reference

Detailed Description

Definition at line 274 of file Image.h.

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

Field Documentation

◆ dataCelsius

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.

Definition at line 284 of file Image.h.

◆ numTemperatures

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.

Definition at line 280 of file Image.h.


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