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. | |
Receives callbacks with images from a CameraDevice.
| virtual CameraDevice::Listener::~Listener | ( | ) | [virtual] |
| 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!