![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
Contains the acquired Camera Temperature data. More...
#include <sensorcapture.hpp>
Public Types | |
enum | _temp_status { NOT_PRESENT = 0 , OLD_VAL = 1 , NEW_VAL = 2 } |
typedef enum sl_oc::sensors::data::Temperature::_temp_status | TempStatus |
Public Attributes | |
TempStatus | valid = NOT_PRESENT |
Indicates if camera temperature data are valid. More... | |
uint64_t | timestamp = 0 |
Timestamp in nanoseconds. More... | |
float | temp_left |
Temperature of the left CMOS camera sensor. More... | |
float | temp_right |
Temperature of the right CMOS camera sensor. More... | |
Contains the acquired Camera Temperature data.
Definition at line 113 of file sensorcapture.hpp.
typedef enum sl_oc::sensors::data::Temperature::_temp_status sl_oc::sensors::data::Temperature::TempStatus |
Enumerator | |
---|---|
NOT_PRESENT | |
OLD_VAL | |
NEW_VAL |
Definition at line 115 of file sensorcapture.hpp.
float sl_oc::sensors::data::Temperature::temp_left |
Temperature of the left CMOS camera sensor.
Definition at line 123 of file sensorcapture.hpp.
Referenced by main().
float sl_oc::sensors::data::Temperature::temp_right |
Temperature of the right CMOS camera sensor.
Definition at line 124 of file sensorcapture.hpp.
Referenced by main().
uint64_t sl_oc::sensors::data::Temperature::timestamp = 0 |
Timestamp in nanoseconds.
Definition at line 122 of file sensorcapture.hpp.
Referenced by main().
TempStatus sl_oc::sensors::data::Temperature::valid = NOT_PRESENT |
Indicates if camera temperature data are valid.
Definition at line 121 of file sensorcapture.hpp.
Referenced by sl_oc::sensors::SensorCapture::getLastCameraTemperatureData(), and main().