Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <streaming.h>
Public Member Functions | |
virtual float | get_depth_scale () const =0 |
virtual | ~depth_sensor ()=default |
![]() | |
virtual void | create_snapshot (std::shared_ptr< depth_sensor > &snapshot) const=0 |
virtual void | enable_recording (std::function< void(const depth_sensor &)> recording_function)=0 |
virtual | ~recordable ()=default |
|
virtualdefault |
|
pure virtual |
Implemented in librealsense::sr300_camera::sr300_depth_sensor, and librealsense::depth_sensor_snapshot.