This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofDirectShowGrabber.h
Go to the documentation of this file.
A base class representing a video device such as a camera.
Definition ofVideoBaseTypes.h:110
Definition ofDirectShowGrabber.h:13
void videoSettings()
Request a native GUI for video grabber settings.
bool setPixelFormat(ofPixelFormat pixelFormat)
Set the requested ofPixelFormat.
bool isFrameNew() const
virtual ~ofDirectShowGrabber()
std::vector< ofVideoDevice > listDevices() const
Get a list of available video grabber devices.
bool setup(int w, int h)
Set up the grabber with the requested width and height.
void clearMemory()
void setVerbose(bool bTalkToMe)
Set the video grabber's hardware verbosity level.
ofPixelFormat getPixelFormat() const
const ofPixels & getPixels() const
Get a const reference to the underlying ofPixels.
bool isInitialized() const
Determine if the video source is initialized.
ofDirectShowGrabber()
void setDesiredFrameRate(int framerate)
Set the video grabber's desired frame rate.