#include "metadata-parser.h"#include "archive.h"#include <fstream>#include "core/processing.h"#include "core/video.h"#include "frame-archive.h"
Go to the source code of this file.
Namespaces | |
| librealsense | |
Macros | |
| #define | MIN_DISTANCE 1e-6 |
Functions | |
| std::tuple< uint8_t, uint8_t, uint8_t > | librealsense::get_texcolor (const frame_holder &texture, float u, float v) |
| std::shared_ptr< archive_interface > | librealsense::make_archive (rs2_extension type, std::atomic< uint32_t > *in_max_frame_queue_size, std::shared_ptr< platform::time_service > ts, std::shared_ptr< metadata_parser_map > parsers) |
| #define MIN_DISTANCE 1e-6 |
Definition at line 10 of file archive.cpp.