JUCE
Public Member Functions | List of all members
CameraDevice::Listener Class Referenceabstract

Receives callbacks with images from a CameraDevice. More...

Public Member Functions

 Listener ()
 
virtual ~Listener ()
 
virtual void imageReceived (const Image &image)=0
 This method is called when a new image arrives. More...
 

Detailed Description

Receives callbacks with images from a CameraDevice.

See also
CameraDevice::addListener

Constructor & Destructor Documentation

CameraDevice::Listener::Listener ( )
virtual CameraDevice::Listener::~Listener ( )
virtual

Member Function Documentation

virtual void CameraDevice::Listener::imageReceived ( const Image image)
pure virtual

This method is called when a new image arrives.

This may be called by any thread, so be careful about thread-safety, and make sure that you process the data as quickly as possible to avoid glitching!


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