#include "sensor.h"
#include <array>
#include <set>
#include <unordered_set>
#include <iomanip>
#include "source.h"
#include "device.h"
#include "stream.h"
#include "metadata.h"
#include "proc/synthetic-stream.h"
#include "proc/decimation-filter.h"
#include "proc/depth-decompress.h"
#include "global_timestamp_reader.h"
#include "device-calibration.h"
Go to the source code of this file.
Namespaces | |
librealsense | |
Functions | |
static rs2_stream | librealsense::custom_gpio_to_stream_type (uint32_t custom_gpio) |
processing_blocks | librealsense::get_color_recommended_proccesing_blocks () |
processing_blocks | librealsense::get_depth_recommended_proccesing_blocks () |
template<class T > | |
frame_callback_ptr | librealsense::make_callback (T callback) |