#include "../Sensor.h"
#include "Daemon.h"
#include "Frame.h"
#include "Shot.h"
#include <vector>
#include <pthread.h>

Go to the source code of this file.
Namespaces | |
| namespace | FCam |
| namespace | FCam::F2 |
Classes | |
| class | FCam::F2::Sensor |
| F2::Sensor manages the Aptina MT9P031 image sensor on the F2 Frankencamera. More... | |
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.
1.5.6