#include "Device.h"
#include "Action.h"

Go to the source code of this file.
Namespaces | |
| namespace | FCam |
Classes | |
| class | FCam::Lens |
| An abstract base class for lens devices, to establish a uniform interface to common lens functions. More... | |
| class | FCam::Lens::FocusAction |
| An Action to initiate a change in focus during an exposure (for example, for rubber focus). More... | |
| class | FCam::Lens::ZoomAction |
| An Action to initiate a change in zoom during an exposure (for example, for zoom blur). More... | |
| class | FCam::Lens::ApertureAction |
| An Action to initiate a change in aperture during an exposure (for example, for apodization). More... | |
| class | FCam::Lens::Tags |
| The Tags placed on a frame by the lens. More... | |
Definition in file Lens.h.
1.5.6