|
TSPS
1.3.2
TSPS is a cross-platform Toolkit for Sensing People in Spaces
|
#include <VideoGrabber.h>
Public Member Functions | |
| VideoGrabber () | |
| bool | openSource (int width, int height, string etc="") |
| void | update () |
| bool | doProcessFrame () |
| void | closeSource () |
Definition at line 15 of file VideoGrabber.h.
| ofxTSPS::VideoGrabber::VideoGrabber | ( | ) | [inline] |
Definition at line 18 of file VideoGrabber.h.
| void ofxTSPS::VideoGrabber::closeSource | ( | ) | [inline, virtual] |
Reimplemented from ofxTSPS::Source.
Definition at line 38 of file VideoGrabber.h.
| bool ofxTSPS::VideoGrabber::doProcessFrame | ( | ) | [inline, virtual] |
Reimplemented from ofxTSPS::Source.
Definition at line 34 of file VideoGrabber.h.
| bool ofxTSPS::VideoGrabber::openSource | ( | int | width, |
| int | height, | ||
| string | etc = "" |
||
| ) | [inline, virtual] |
Reimplemented from ofxTSPS::Source.
Definition at line 24 of file VideoGrabber.h.
| void ofxTSPS::VideoGrabber::update | ( | ) | [inline, virtual] |
Reimplemented from ofxTSPS::Source.
Definition at line 30 of file VideoGrabber.h.