F2::Sensor manages the Aptina MT9P031 image sensor on the F2 Frankencamera. More...
#include "../Sensor.h"
#include "Frame.h"
#include "Shot.h"
#include <vector>
#include <pthread.h>
#include "Frame.h"
Go to the source code of this file.
Classes | |
class | FCam::F2::Sensor |
F2::Sensor manages the Aptina MT9P031 image sensor on the F2 Frankencamera. More... | |
Namespaces | |
namespace | FCam |
Main namespace for the API. | |
namespace | FCam::F2 |
The namespace for the F2 platform. |
F2::Sensor manages the Aptina MT9P031 image sensor on the F2 Frankencamera.
Using F2-specific Shot and Frame classes with F2::Sensor exposes the additional functionality of the Aptina sensor relative to the FCam base requirements. This includes the ability to control the sensor region-of-interest on a per-frame basis.
Definition in file Sensor.h.