Standard camera interface. More...
#include <string>
#include <unordered_map>
#include <mx/app/application.hpp>
#include "../MagAOXApp.hpp"
Go to the source code of this file.
Classes | |
struct | MagAOX::app::dev::cameraConfig |
A camera configuration. More... | |
class | MagAOX::app::dev::stdCamera< derivedT > |
MagAO-X standard camera interface. More... | |
struct | MagAOX::app::dev::stdCamera< derivedT >::roi |
Namespaces | |
namespace | MagAOX |
namespace | MagAOX::app |
namespace | MagAOX::app::dev |
Macros | |
#define | CAMCTRL_E_NOCONFIGS (-10) |
Typedefs | |
typedef std::unordered_map< std::string, cameraConfig > | MagAOX::app::dev::cameraConfigMap |
Functions | |
int | MagAOX::app::dev::loadCameraConfig (cameraConfigMap &ccmap, mx::app::appConfigurator &config) |
Load the camera configurations contained in the app configuration into a map. | |
Standard camera interface.
Definition in file stdCamera.hpp.
struct MagAOX::app::dev::cameraConfig |
struct MagAOX::app::dev::stdCamera::roi |
Definition at line 412 of file stdCamera.hpp.
Class Members | ||
---|---|---|
int | bin_x {0} | |
int | bin_y {0} | |
int | h {0} | |
int | w {0} | |
float | x {0} | |
float | y {0} |
#define CAMCTRL_E_NOCONFIGS (-10) |
Definition at line 26 of file stdCamera.hpp.