Fawkes API
Fawkes Development Version
|
White balance settings data structure. More...
Public Attributes | |
uint32_t | xuints: 12 |
X units of work area/pos. More... | |
uint32_t | yuints: 12 |
Y units of work area/pos. More... | |
uint32_t | reserved3: 1 |
Reserved. More... | |
uint32_t | on_off: 1 |
Enable/disable AOI (see note above). More... | |
uint32_t | reserved2: 1 |
Reserved. More... | |
uint32_t | show_work_area: 1 |
Show work area. More... | |
uint32_t | reserved1: 3 |
Reserved. More... | |
uint32_t | presence_inq: 1 |
Indicates presence of this feature (read only). More... | |
White balance settings data structure.
Datastructure for the autofunction AOI
uint32_t firevision::avt_autofnc_aoi_t::on_off |
Enable/disable AOI (see note above).
Definition at line 77 of file pike.cpp.
Referenced by firevision::PikeCamera::set_autofunction_aoi().
uint32_t firevision::avt_autofnc_aoi_t::presence_inq |
uint32_t firevision::avt_autofnc_aoi_t::show_work_area |
Show work area.
Definition at line 79 of file pike.cpp.
Referenced by firevision::PikeCamera::set_autofunction_aoi().
uint32_t firevision::avt_autofnc_aoi_t::xuints |
uint32_t firevision::avt_autofnc_aoi_t::yuints |