ifw-fgf 1.0.0-pre1
Loading...
Searching...
No Matches
Public Attributes | List of all members
ifw::fgf::common::CameraSetup Struct Reference

Structure to hold camera setup parameters. More...

#include <camBase.hpp>

Public Attributes

double expo_time {1.0}
 
double frame_rate {0.0}
 
unsigned int bin_x {1}
 
unsigned int bin_y {1}
 
unsigned int frame_target {1}
 
OpMode op_mode {OpMode::CONTINUOUS}
 
unsigned int offset_x {0}
 
unsigned int offset_y {0}
 
unsigned int width {0}
 
unsigned int height {0}
 

Detailed Description

Structure to hold camera setup parameters.

Member Data Documentation

◆ bin_x

unsigned int ifw::fgf::common::CameraSetup::bin_x {1}

◆ bin_y

unsigned int ifw::fgf::common::CameraSetup::bin_y {1}

◆ expo_time

double ifw::fgf::common::CameraSetup::expo_time {1.0}

◆ frame_rate

double ifw::fgf::common::CameraSetup::frame_rate {0.0}

◆ frame_target

unsigned int ifw::fgf::common::CameraSetup::frame_target {1}

◆ height

unsigned int ifw::fgf::common::CameraSetup::height {0}

◆ offset_x

unsigned int ifw::fgf::common::CameraSetup::offset_x {0}

◆ offset_y

unsigned int ifw::fgf::common::CameraSetup::offset_y {0}

◆ op_mode

OpMode ifw::fgf::common::CameraSetup::op_mode {OpMode::CONTINUOUS}

◆ width

unsigned int ifw::fgf::common::CameraSetup::width {0}

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