|
Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
|
#include <rs_internal.hpp>
Public Member Functions | |
| recording_context (const std::string &filename, const std::string §ion="", rs2_recording_mode mode=RS2_RECORDING_MODE_BLANK_FRAMES) | |
| recording_context ()=delete | |
Public Member Functions inherited from rs2::context | |
| context () | |
| device_list | query_devices () const |
| device_list | query_devices (int mask) const |
| std::vector< sensor > | query_all_sensors () const |
| Generate a flat list of all available sensors from all RealSense devices. | |
| device | get_sensor_parent (const sensor &s) const |
| template<class T > | |
| void | set_devices_changed_callback (T callback) |
| playback | load_device (const std::string &file) |
| void | unload_device (const std::string &file) |
| void | unload_tracking_module () |
| context (std::shared_ptr< rs2_context > ctx) | |
| operator std::shared_ptr< rs2_context > () | |
Additional Inherited Members | |
Protected Attributes inherited from rs2::context | |
| std::shared_ptr< rs2_context > | _context |
|
inline |
create librealsense context that will try to record all operations over librealsense into a file
| [in] | filename | string representing the name of the file to record |
|
delete |