ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
RealSensePrivate.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 // PRIVATE RealSense header for compiling CloudViewer. Do not #include outside
9 // CloudViewer.
10 #pragma once
11 
12 #include <IJsonConvertibleIO.h>
13 
14 #include <librealsense2/rs.hpp>
15 
16 namespace cloudViewer {
17 namespace t {
18 namespace io {
19 
20 DECLARE_STRINGIFY_ENUM(rs2_stream)
21 DECLARE_STRINGIFY_ENUM(rs2_format)
22 DECLARE_STRINGIFY_ENUM(rs2_l500_visual_preset)
23 DECLARE_STRINGIFY_ENUM(rs2_rs400_visual_preset)
24 DECLARE_STRINGIFY_ENUM(rs2_sr300_visual_preset)
25 
26 } // namespace io
27 } // namespace t
28 } // namespace cloudViewer
#define DECLARE_STRINGIFY_ENUM(ENUM_TYPE)
Generic file read and write utility for python interface.