#include <PGRCam.h>
Inheritance diagram for PGRCam:

Public Member Functions | |
| PGRCam (CoordSpace2D camSpace, int in_serialNum) | |
| Constructor. | |
| virtual | ~PGRCam () |
| Destructor. | |
Protected Member Functions | |
| void | mainFrame (unsigned char *&outFrame) |
| The main processing loop. | |
Requires the PGRFlyCapture library.
|
||||||||||||
|
Constructor.
|
|
|
The main processing loop. Called by superclass SourcePipelinePlugin during the onTimer() function.
Implements SourcePipelinePlugin< unsigned char * >. |
1.4.6-NO