#include <CVImageSource.h>
Public Member Functions | |
const char * | getDescription () const |
int | getNumberOfImages () const |
bool | hasNextImage () |
Webcam as ImageSource.
const char * CVCameraSource::getDescription | ( | ) | const [virtual] |
This method should returns a single sentence describing the image source.
Implements ImageSource.
int CVCameraSource::getNumberOfImages | ( | ) | const [inline, virtual] |
Since a webcam delivers a continuous stream, this function will always return -1
.
-1
Implements ImageSource.
bool CVCameraSource::hasNextImage | ( | ) | [inline, virtual] |