Struct cuvis_sensor_info_t
ClassList > cuvis_sensor_info_t
#include <cuvis.h>
Public Attributes
| Type | Name |
|---|---|
| uint32_t | averages |
| double | gain |
| uint32_t | height |
| double | integration_time |
| CUVIS_CHAR | pixel_format |
| CUVIS_SIZE | raw_frame_id |
| CUVIS_TIMESTAMP | readout_time |
| double | temperature |
| uint32_t | width |
Public Attributes Documentation
variable averages
uint32_t cuvis_sensor_info_t::averages;
number of averages used
variable gain
double cuvis_sensor_info_t::gain;
gain value while recording
variable height
uint32_t cuvis_sensor_info_t::height;
height of buffer
variable integration_time
double cuvis_sensor_info_t::integration_time;
The real integration time of the sensor (exposure time) in ms
variable pixel_format
CUVIS_CHAR cuvis_sensor_info_t::pixel_format[CUVIS_MAXBUF];
The sensor read-out pixel format used by this device. Informs how many bits per pixel are available.
variable raw_frame_id
CUVIS_SIZE cuvis_sensor_info_t::raw_frame_id;
ID given to this measurement by the device hardware or driver
variable readout_time
CUVIS_TIMESTAMP cuvis_sensor_info_t::readout_time;
the timestamp (UTC) of the image readout (senor's hardware clock )
variable temperature
double cuvis_sensor_info_t::temperature;
the sensors's temperature while readout (0 if not applicable)
variable width
uint32_t cuvis_sensor_info_t::width;
width of buffer
The documentation for this class was generated from the following file docs/_api_sources/cuvis.h