![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <RealSenseSensorConfig.h>

Public Attributes | |
| std::string | serial |
| Device serial number. More... | |
| std::string | name |
| std::unordered_map< std::string, std::set< std::string > > | valid_configs |
Store set of valid configuration options for a connected RealSense device. From this structure, a user can construct a RealSenseSensorConfig object meeting their specifications.
Definition at line 99 of file RealSenseSensorConfig.h.
| std::string cloudViewer::t::io::RealSenseValidConfigs::name |
Device name.
Definition at line 101 of file RealSenseSensorConfig.h.
Referenced by cloudViewer::t::io::pybind_sensor().
| std::string cloudViewer::t::io::RealSenseValidConfigs::serial |
Device serial number.
Definition at line 100 of file RealSenseSensorConfig.h.
Referenced by cloudViewer::t::io::pybind_sensor().
| std::unordered_map<std::string, std::set<std::string> > cloudViewer::t::io::RealSenseValidConfigs::valid_configs |
Mapping between configuration option name and a list of valid values.
Definition at line 104 of file RealSenseSensorConfig.h.
Referenced by cloudViewer::t::io::RealSenseSensor::EnumerateDevices(), and cloudViewer::t::io::pybind_sensor().