|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <streaming.h>
Public Member Functions | |
| depth_stereo_sensor_snapshot (float depth_units, float stereo_bl_mm) | |
| float | get_stereo_baseline_mm () const |
| void | update (std::shared_ptr< extension_snapshot > ext) override |
| void | create_snapshot (std::shared_ptr< depth_stereo_sensor > &snapshot) const override |
| void | enable_recording (std::function< void(const depth_stereo_sensor &)> recording_function) override |
Public Member Functions inherited from librealsense::depth_sensor | |
| virtual | ~depth_sensor ()=default |
Public Member Functions inherited from librealsense::recordable< depth_sensor > | |
| virtual | ~recordable ()=default |
Public Member Functions inherited from librealsense::recordable< depth_stereo_sensor > | |
| virtual | ~recordable ()=default |
Public Member Functions inherited from librealsense::depth_sensor_snapshot | |
| depth_sensor_snapshot (float depth_units) | |
| float | get_depth_scale () const override |
| void | create_snapshot (std::shared_ptr< depth_sensor > &snapshot) const override |
| void | enable_recording (std::function< void(const depth_sensor &)> recording_function) override |
Public Member Functions inherited from librealsense::extension_snapshot | |
| virtual | ~extension_snapshot ()=default |
Additional Inherited Members | |
Protected Attributes inherited from librealsense::depth_sensor_snapshot | |
| float | m_depth_units |
|
inline |
|
inlineoverridevirtual |
Create a snapshot of the deriving extension. A snapshot of T is a reflection of the state and memory of T at the time of the call
Implements librealsense::recordable< depth_stereo_sensor >.
|
inlineoverridevirtual |
Instruct the derived class to begin notifying on changes Derived class should call the recording_function with a reference of themselves
Implements librealsense::recordable< depth_stereo_sensor >.
|
inlinevirtual |
Implements librealsense::depth_stereo_sensor.
|
inlineoverridevirtual |
Reimplemented from librealsense::depth_sensor_snapshot.
1.8.14