constants.h
Go to the documentation of this file.
1#pragma once
2
4
6{
7 inline const constexpr char* MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME =
8 "MonocularCameraCalibration";
9 inline const constexpr char* STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME =
10 "StereoCameraCalibration";
11} // namespace visionx::armem::camera::server
const constexpr char * MONOCULAR_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
Definition constants.h:7
const constexpr char * STEREO_CAMERA_CALIBRATION_CORE_SEGMENT_NAME
Definition constants.h:9