Temperature Sensors Overview
According to the model of the ZED Camera you are using, you can access different temperature information from sensors located in various areas of the PCB. These sensors monitor the thermal state of different components on the board and adjust their calibration parameters if necessary.
The ZED Mini camera has no temperature sensors onboard.
Output Data
The following temperature information is accessible from the camera sensor stack:
Using the API
To access the temperature measurements of these sensors, use the code below.
in case the temperature sensor is not available, a NaN value is returned.
Use the sensor to compensate for temperature drift
This guide does not apply to the ZED Mini model as it lacks onboard temperature sensors.
When the ZED SDK opens the camera, it performs a quick self-calibration procedure to compensate for minor optical changes due to temperature variations or strong vibrations, which can affect stereo calibration accuracy.
If the camera is used for extended periods of time, internal temperature changes may occur, requiring a new self-calibration to maintain accurate stereo calibration.
You can use the temperature sensor measurements to monitor the internal temperature and trigger a new self-calibration by calling the API function updateSelfCalibration.
If your code internally uses the intrinsic and extrinsic parameters of the camera, ensure you use the temp_ref_udpated variable and update them after the next grab using the getCameraInformation function.

