#include <ArCameraCollection.h>
Inheritance diagram for ArCameraParameterSource:
ArCameraParameterSource is a special collection item that provides the ability to read and modify some of the camera's parameters. In general, the addToCameraCollection() method should add the parameters to the collection. The collection will then invoke the getParameter() and setParameter() methods as callers make changes to the parameters; the ArCameraParameterSource is reponsible for propagating the changes to the camera hardware.
Public Member Functions | |
ArCameraParameterSource () | |
Constructor. | |
virtual bool | getParameter (const char *paramName, ArConfigArg ¶mOut)=0 |
Gets the specified camera parameter. | |
virtual bool | setParameter (const ArConfigArg ¶m)=0 |
Sets the given camera parameter. | |
~ArCameraParameterSource () | |
Destructor. |