#include <ArCameraCollection.h>
Public Member Functions | |
| CameraInfo () | |
| Constructor. | |
| ~CameraInfo () | |
| Destructor. | |
Public Attributes | |
| std::string | myCameraName |
| Unique name of the camera. | |
| std::string | myCameraType |
| Type of the camera. | |
| std::map< std::string, CommandInfo * > | myCommandToInfoMap |
| Map of generic command names to the specific camera command info. | |
| std::string | myDisplayName |
| String displayed for the name of the camera. | |
| std::string | myDisplayType |
| String displayed for the type of the camera. | |
| std::map< std::string, ParamInfo * > | myParamToInfoMap |
| Map of parameter names to the related info (including the actual parameter value). | |
1.5.1