ifw-fgf 1.0.0-pre1
|
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} |
Structure to hold camera setup parameters.
unsigned int ifw::fgf::common::CameraSetup::bin_x {1} |
unsigned int ifw::fgf::common::CameraSetup::bin_y {1} |
double ifw::fgf::common::CameraSetup::expo_time {1.0} |
double ifw::fgf::common::CameraSetup::frame_rate {0.0} |
unsigned int ifw::fgf::common::CameraSetup::frame_target {1} |
unsigned int ifw::fgf::common::CameraSetup::height {0} |
unsigned int ifw::fgf::common::CameraSetup::offset_x {0} |
unsigned int ifw::fgf::common::CameraSetup::offset_y {0} |
OpMode ifw::fgf::common::CameraSetup::op_mode {OpMode::CONTINUOUS} |
unsigned int ifw::fgf::common::CameraSetup::width {0} |