Struct AcquisitionControl
- Defined in File config_structs.h 
Struct Documentation
- 
struct AcquisitionControl
- Struct holding control settings for image acquisition. - Public Members - 
std::string acquisition_mode = "n/a"
- String representing acquisition mode of the camera. 
 - 
int frame_count = 0
- Number of frames to acquire when ‘MultiFrame’ is selected as acquisition mode. 
 - 
std::string exposure_mode = "n/a"
- Exposure mode used for acquisition. 
 - 
std::string exposure_auto = "n/a"
- Auto mode for exposure if exposure not controlled by trigger. 
 - 
double exposure_time = 0
- Exposure time in us when exposure mode is set to ‘Timed’ and auto exposure is ‘Off’. 
 - 
bool is_frame_rate_enable = true
- Flag indicating if the setting of acquisition frame rate is enabled. 
 - 
double frame_rate = 0.0
- Acquisition frame rat. 
 - 
double frame_rate_min = 0.0
- Minimum frame rate possible. 
 - 
double frame_rate_max = DBL_MAX
- Maximum frame rate possible. 
 
- 
std::string acquisition_mode = "n/a"