RecFusion SDK
SensorListener Class Referenceabstract

#include <Sensor.h>

Listener interface for RGB-D sensor data. More...

Detailed Description

Listener interface for RGB-D sensor data.

Public Member Functions

virtual void onSensorData (const ColorImage &colorImg, const DepthImage &depthImg)=0
 Called when new RGB-D data is available. More...
 

Member Function Documentation

◆ onSensorData()

virtual void onSensorData ( const ColorImage colorImg,
const DepthImage depthImg 
)
pure virtual

Called when new RGB-D data is available.

Data is owned by calling instance.

Parameters
colorImgColor image
depthImgDepth image

The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close