add alpr as a preset

This commit is contained in:
Will Freeman
2025-06-19 16:33:00 -06:00
parent 71b4e81090
commit 47ac4afb47
13 changed files with 482 additions and 77 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "camera:direction",
"key": "direction",
"type": "number",
"label": "Direction (Degrees Clockwise)",
"increment": 5,
+14
View File
@@ -0,0 +1,14 @@
{
"key": "manufacturer",
"type": "combo",
"label": "Manufacturer",
"options": [
"Flock Safety",
"Motorola Solutions",
"Genetec",
"Leonardo",
"Neology, Inc.",
"Insight"
],
"default": "Flock Safety"
}
@@ -0,0 +1,21 @@
{
"icon": "temaki-security_camera",
"geometry": [
"point",
"vertex"
],
"fields": [
"surveillance",
"surveillance/type",
"camera/type",
"camera/direction",
"camera/manufacturer",
"surveillance/zone"
],
"tags": {
"man_made": "surveillance",
"surveillance:type": "ALPR",
"camera:mount": "fixed"
},
"name": "License Plate Reader"
}