Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages | Examples

ArCameraParameterSource Class Reference

#include <ArCameraCollection.h>

Inheritance diagram for ArCameraParameterSource:

ArCameraCollectionItem List of all members.

Detailed Description

Interface for collection items that also access the camera's parameters.

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 &paramOut)=0
 Gets the specified camera parameter.
virtual bool setParameter (const ArConfigArg &param)=0
 Sets the given camera parameter.
 ~ArCameraParameterSource ()
 Destructor.


The documentation for this class was generated from the following file:
Generated on Thu Jan 7 10:34:40 2010 for Aria by  doxygen 1.4.2