JUCE
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
CameraDevice::Listener Class Reference

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

List of all members.

Public Member Functions

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

Detailed Description

Receives callbacks with images from a CameraDevice.

See also:
CameraDevice::addListener

Constructor & Destructor Documentation

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: