#include <librealsense/rs.hpp>
#include "example.hpp"
#include <sstream>
#include <iostream>
#include <iomanip>
#include <thread>
#include <algorithm>
#include <map>
#include <memory>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
bool | align_color_to_depth = false |
bool | align_depth_to_color = false |
texture_buffer | buffers [RS_STREAM_COUNT] |
bool | color_rectification_enabled = false |
const std::map< size_t, std::pair< int, int > > | tiles_map |
Definition at line 28 of file cpp-capture.cpp.
bool align_color_to_depth = false |
Definition at line 17 of file cpp-capture.cpp.
bool align_depth_to_color = false |
Definition at line 16 of file cpp-capture.cpp.
Definition at line 15 of file cpp-capture.cpp.
bool color_rectification_enabled = false |
Definition at line 18 of file cpp-capture.cpp.
{ { 1,{ 1,1 } }, { 2,{ 2,1 } }, { 3,{ 2,2 } }, { 4,{ 2,2 } }, { 5,{ 3,2 } }, { 6,{ 3,2 } }}
Definition at line 21 of file cpp-capture.cpp.