Fawkes API
Fawkes Development Version
|
White balance settings data structure */ typedef struct { uint32_t abs_control : 1; uint32_t reserved : 3; uint32_t one_push : 1; uint32_t on_off : 1; uint32_t a_m_mode : 1; uint32_t ub_value : 12; uint32_t vr_value : 12; uint32_t presence_inq : 1; } avt_white_balance_t;. 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 */ typedef struct { uint32_t abs_control : 1; uint32_t reserved : 3; uint32_t one_push : 1; uint32_t on_off : 1; uint32_t a_m_mode : 1; uint32_t ub_value : 12; uint32_t vr_value : 12; uint32_t presence_inq : 1; } avt_white_balance_t;.
/** Datastructure for the autofunction AOI
uint32_t firevision::avt_autofnc_aoi_t::on_off |
Enable/disable AOI (see note above).
Definition at line 73 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 75 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 |