mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 05:24:11 +03:00
14 lines
275 B
JSON
14 lines
275 B
JSON
|
|
{
|
||
|
|
"label": "Detector hardware configuration.",
|
||
|
|
"properties": {
|
||
|
|
"type": {
|
||
|
|
"label": "Detector Type"
|
||
|
|
},
|
||
|
|
"model": {
|
||
|
|
"label": "Detector specific model configuration."
|
||
|
|
},
|
||
|
|
"model_path": {
|
||
|
|
"label": "Detector specific model path."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|