Struct cuvis::SensorInfoData
ClassList > cuvis > SensorInfoData
#include <cuvis.hpp>
Public Attributes
| Type | Name |
|---|---|
| uint32_t | averages |
| double | gain |
| uint32_t | height |
| double | integration_time |
| std::string | pixel_format |
| size_t | raw_frame_id |
| timestamp_t | readout_time |
| double | temperature |
| uint32_t | width |
Public Functions
| Type | Name |
|---|---|
| SensorInfoData (sensor_info_t const & info) |
Detailed Description
sensor info data structure
Public Attributes Documentation
variable averages
uint32_t cuvis::SensorInfoData::averages;
number of averages used
variable gain
double cuvis::SensorInfoData::gain;
gain value while recording
variable height
uint32_t cuvis::SensorInfoData::height;
height of buffer
variable integration_time
double cuvis::SensorInfoData::integration_time;
the sensors's real integration time (exposure time in ms)
variable pixel_format
std::string cuvis::SensorInfoData::pixel_format;
The sensor read-out pixel format used by this device. Informs how many bits per pixel are available.
variable raw_frame_id
size_t cuvis::SensorInfoData::raw_frame_id;
The sensor frame ID given to this devices frame by the hardware or driver of the device. May reset without warning!
variable readout_time
timestamp_t cuvis::SensorInfoData::readout_time;
the timestamp (UTC) of the image readout (senor's hardware clock )
variable temperature
double cuvis::SensorInfoData::temperature;
the sensors's temperature while readout (0 if not applicable)
variable width
uint32_t cuvis::SensorInfoData::width;
width of buffer
Public Functions Documentation
function SensorInfoData
cuvis::SensorInfoData::SensorInfoData (
sensor_info_t const & info
)
The documentation for this class was generated from the following file cuvis.cpp/interface/cuvis.hpp