|
A.R.G.U.S 2.1.0
Adaptive Real-Time Guardian for Unsafe Situations
|
Options used by live test and camera backend check modes. More...
#include <AppController.hpp>
Public Attributes | |
| int | camera_index = 0 |
| Camera index passed to CameraCapture. | |
| int | expected_marker_id = 23 |
| Expected marker ID (legacy CLI option). | |
| bool | auto_ack = false |
| Auto-send acknowledge after freeze for testing. | |
| CameraCapture::BackendPreference | backend_preference |
| Requested camera backend policy. | |
Definition at line 34 of file AppController.hpp.
| bool AppController::LiveTestOptions::auto_ack = false |
Definition at line 37 of file AppController.hpp.
Referenced by main(), and AppController::runLiveMarkerTest().
| CameraCapture::BackendPreference AppController::LiveTestOptions::backend_preference |
Definition at line 38 of file AppController.hpp.
Referenced by main(), AppController::runCameraBackendCheck(), and AppController::runLiveMarkerTest().
| int AppController::LiveTestOptions::camera_index = 0 |
Definition at line 35 of file AppController.hpp.
Referenced by main(), AppController::runCameraBackendCheck(), and AppController::runLiveMarkerTest().
| int AppController::LiveTestOptions::expected_marker_id = 23 |
Definition at line 36 of file AppController.hpp.
Referenced by main(), and AppController::runLiveMarkerTest().