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 | |
MagAOX | |
MagAOX::app | |
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. More... | |
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 | |
int | bin_y | |
int | h | |
int | w | |
float | x | |
float | y |
#define CAMCTRL_E_NOCONFIGS (-10) |
Definition at line 26 of file stdCamera.hpp.