roboception_constants.h
Go to the documentation of this file.
1#pragma once
2
3#include <map>
4#include <string>
5
7{
8 const char* const GC_COMPONENT_ENABLE = "ComponentEnable";
9 const char* const GC_COMPONENT_SELECTOR = "ComponentSelector";
10 const char* const GC_EXPOSURE_TIME = "ExposureTime";
11 const char* const GC_EXPOSURE_AUTO = "ExposureAuto";
12 const char* const GC_EXPOSURE_TIME_AUTO_MAX = "ExposureTimeAutoMax";
13 const char* const GC_GAIN = "Gain";
14 const char* const GC_DEPTH_QUALITY = "DepthQuality";
15 const char* const GC_DEPTH_QUALITY_LOW = "Low";
16 const char* const GC_DEPTH_QUALITY_MEDIUM = "Medium";
17 const char* const GC_DEPTH_QUALITY_HIGH = "High";
18 const char* const GC_DEPTH_QUALITY_FULL = "Full";
19
20 extern const std::map<std::string, float> DepthQualityToFPS;
21} // namespace visionx::roboception
const char *const GC_EXPOSURE_TIME
const char *const GC_DEPTH_QUALITY_HIGH
const char *const GC_COMPONENT_SELECTOR
const char *const GC_EXPOSURE_TIME_AUTO_MAX
const std::map< std::string, float > DepthQualityToFPS
const char *const GC_DEPTH_QUALITY_LOW
const char *const GC_COMPONENT_ENABLE
const char *const GC_EXPOSURE_AUTO
const char *const GC_DEPTH_QUALITY_MEDIUM
const char *const GC_DEPTH_QUALITY
const char *const GC_DEPTH_QUALITY_FULL