mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-16 16:20:33 +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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user