mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-16 08:10:22 +02:00
add alpr as a preset
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "camera:direction",
|
||||
"key": "direction",
|
||||
"type": "number",
|
||||
"label": "Direction (Degrees Clockwise)",
|
||||
"increment": 5,
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "manufacturer",
|
||||
"type": "combo",
|
||||
"label": "Manufacturer",
|
||||
"options": [
|
||||
"Flock Safety",
|
||||
"Motorola Solutions",
|
||||
"Genetec",
|
||||
"Leonardo",
|
||||
"Neology, Inc.",
|
||||
"Insight"
|
||||
],
|
||||
"default": "Flock Safety"
|
||||
}
|
||||
Reference in New Issue
Block a user