A.R.G.U.S 2.1.0
Adaptive Real-Time Guardian for Unsafe Situations
Loading...
Searching...
No Matches
Public Attributes | List of all members
AppController::LiveTestOptions Struct Reference

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.
 

Detailed Description

Definition at line 34 of file AppController.hpp.

Member Data Documentation

◆ auto_ack

bool AppController::LiveTestOptions::auto_ack = false

Definition at line 37 of file AppController.hpp.

Referenced by main(), and AppController::runLiveMarkerTest().

◆ backend_preference

CameraCapture::BackendPreference AppController::LiveTestOptions::backend_preference
Initial value:
=
@ Auto
Auto-select backend based on platform/runtime constraints.

Definition at line 38 of file AppController.hpp.

Referenced by main(), AppController::runCameraBackendCheck(), and AppController::runLiveMarkerTest().

◆ camera_index

int AppController::LiveTestOptions::camera_index = 0

◆ expected_marker_id

int AppController::LiveTestOptions::expected_marker_id = 23

Definition at line 36 of file AppController.hpp.

Referenced by main(), and AppController::runLiveMarkerTest().


The documentation for this struct was generated from the following file: