Skip to content

Commit

Permalink
Removed manual trigger configuration value
Browse files Browse the repository at this point in the history
  • Loading branch information
connervieira committed Oct 20, 2023
1 parent bc103bb commit cc37127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 4 additions & 7 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -72,8 +70,7 @@
"alert": 5,
"normal": 1
},
"clearing": true,
"manual_trigger": false
"clearing": true
}
},
"gps": {
Expand Down

0 comments on commit cc37127

Please sign in to comment.