Fawkes API  Fawkes Development Version
firevision::avt_autofnc_aoi_t Struct Reference

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...
 

Detailed Description

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

Definition at line 68 of file pike.cpp.

Member Data Documentation

◆ on_off

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().

◆ presence_inq

uint32_t firevision::avt_autofnc_aoi_t::presence_inq

Indicates presence of this feature (read only).

Definition at line 77 of file pike.cpp.

◆ reserved1

uint32_t firevision::avt_autofnc_aoi_t::reserved1

Reserved.

Definition at line 76 of file pike.cpp.

◆ reserved2

uint32_t firevision::avt_autofnc_aoi_t::reserved2

Reserved.

Definition at line 74 of file pike.cpp.

◆ reserved3

uint32_t firevision::avt_autofnc_aoi_t::reserved3

Reserved.

Definition at line 72 of file pike.cpp.

◆ show_work_area

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().

◆ xuints

uint32_t firevision::avt_autofnc_aoi_t::xuints

X units of work area/pos.

beginning with 0 (read only)

Definition at line 70 of file pike.cpp.

◆ yuints

uint32_t firevision::avt_autofnc_aoi_t::yuints

Y units of work area/pos.

beginning with 0 (read only)

Definition at line 71 of file pike.cpp.


The documentation for this struct was generated from the following file: