TSPS  1.3.2
TSPS is a cross-platform Toolkit for Sensing People in Spaces
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Defines
ofxTSPS::VideoGrabber Class Reference

#include <VideoGrabber.h>

Inheritance diagram for ofxTSPS::VideoGrabber:
ofxTSPS::Source

List of all members.

Public Member Functions

 VideoGrabber ()
bool openSource (int width, int height, string etc="")
void update ()
bool doProcessFrame ()
void closeSource ()

Detailed Description

Definition at line 15 of file VideoGrabber.h.


Constructor & Destructor Documentation

Definition at line 18 of file VideoGrabber.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file: