UWARG Computer Vision
|
Public Member Functions | |
Source (ImageImport *importer, priority_queue< Frame * > &cache, long msdelay, const int &bufferSize) | |
Frame * | fetch_frames () |
Fetches next frame If msdelay is set to zero (or less) it will wait until the cache is contains less than bufferSize frames before taking any more frames from this source. | |
void | stop () |
void | set_delay (long msdelay) |
Friends | |
ostream & | operator<< (ostream &output, const Source &S) |