libfreenect2
0.2
|
Callback interface to receive new frames. More...
#include <libfreenect2/frame_listener.hpp>
Public Member Functions | |
virtual | ~FrameListener () |
virtual bool | onNewFrame (Frame::Type type, Frame *frame)=0 |
libfreenect2 calls this function when a new frame is decoded. More... | |
Callback interface to receive new frames.
You can inherit from FrameListener and define your own listener.
|
virtual |
|
pure virtual |
libfreenect2 calls this function when a new frame is decoded.
type | Type of the new frame. |
frame | Data of the frame. |
Implemented in SyncMultiFrameListener.