sysvar.h 320 B

1234567891011
  1. #pragma once
  2. #define SYSVAR_ACTIVETRACKINGCAMERA "ActiveTrackingCamera"
  3. #define ACTIVETRACKINGCAMERA_ENV "E" // env
  4. #define ACTIVETRACKINGCAMERA_OPT "O" // opt
  5. #define SYSVAR_CAMERASTATE "CameraState"
  6. #define CAMERA_NO_ERROR "N"
  7. #define CAMERA_ENV_ERROR "E"
  8. #define CAMERA_OPT_ERROR "O"
  9. #define CAMERA_BOTH_ERROR "B"