From cc37127c824800394e12b8821938d9deec42e46b Mon Sep 17 00:00:00 2001 From: Conner Vieira Date: Fri, 20 Oct 2023 13:09:46 -0400 Subject: [PATCH] Removed manual trigger configuration value --- CONFIGURATION.md | 1 - config.json | 11 ++++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index acefee1..f6298e9 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -122,7 +122,6 @@ Configuration values in this section are settings specific to real-time mode. - `alert` is a decimal number that determines how long Predator will delay before starting the next round when there is an active alert. - `normal` is a decimal number that determines how long Predator will delay before starting the next round under normal circumstances. - `clearing` is a boolean that determines whether or not Predator will clear the output screen between analysis rounds during real-time mode. - - `manual_trigger` is a boolean that determines if Predator will only capture images when the user manually triggers it by pressing enter. - `gps` contains settings related to GPS-based features. - `enabled` is a boolean determines whether GPS features are enabled or disabled. - `alpr_location_tagging` is a boolean that determines whether or not the current GPS location will be saved to the log file each time a plate is logged. diff --git a/config.json b/config.json index 704a154..6d0efe2 100644 --- a/config.json +++ b/config.json @@ -10,21 +10,19 @@ "license_plate_format": [ "AAA0000" ], - "best_effort": false + "best_effort": true } }, "alerts": { "alerts_ignore_validation": true, "allow_duplicate_alerts": false, - "databases": [ - "https://v0lttech.com/predator/plates/emergency.json" - ] + "databases": [] }, "display": { "ascii_art_header": true, "startup_message": "", "silence_file_saving": true, - "debugging_output": true + "debugging_output": false }, "object_recognition": { "enabled": false @@ -72,8 +70,7 @@ "alert": 5, "normal": 1 }, - "clearing": true, - "manual_trigger": false + "clearing": true } }, "gps": {