Go to the source code of this file.
Namespaces | |
librealsense | |
librealsense::platform | |
Typedefs | |
using | librealsense::on_frame = std::function< void(frame_interface *)> |
using | librealsense::processing_blocks = std::vector< std::shared_ptr< processing_block_interface >> |
typedef enum librealsense::profile_tag | librealsense::profile_tag |
using | librealsense::stream_profiles = std::vector< std::shared_ptr< stream_profile_interface >> |
Enumerations | |
enum | librealsense::profile_tag { librealsense::PROFILE_TAG_SUPERSET = 1, librealsense::PROFILE_TAG_DEFAULT = 2, librealsense::PROFILE_TAG_ANY = 4, librealsense::PROFILE_TAG_DEBUG = 8 } |
Functions | |
std::string | librealsense::frame_holder_to_string (const frame_holder &f) |
std::string | librealsense::frame_to_string (const frame_interface &f) |
librealsense::MAP_EXTENSION (RS2_EXTENSION_RECOMMENDED_FILTERS, librealsense::recommended_proccesing_blocks_interface) | |
librealsense::MAP_EXTENSION (RS2_EXTENSION_COLOR_SENSOR, librealsense::color_sensor) | |
librealsense::MAP_EXTENSION (RS2_EXTENSION_DEPTH_SENSOR, librealsense::depth_sensor) | |
librealsense::MAP_EXTENSION (RS2_EXTENSION_DEPTH_STEREO_SENSOR, librealsense::depth_stereo_sensor) | |
std::ostream & | librealsense::operator<< (std::ostream &os, const stream_profiles &profiles) |
std::ostream & | librealsense::operator<< (std::ostream &out, const frame_interface &f) |