#pragma once #define SYSVAR_ACTIVETRACKINGCAMERA "ActiveTrackingCamera" #define ACTIVETRACKINGCAMERA_ENV "E" // env #define ACTIVETRACKINGCAMERA_OPT "O" // opt #define SYSVAR_CAMERASTATE "CameraState" #define CAMERA_NO_ERROR "N" #define CAMERA_ENV_ERROR "E" #define CAMERA_OPT_ERROR "O" #define CAMERA_BOTH_ERROR "B"