58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"camera": {
|
|
"index": 0,
|
|
"width": 1920,
|
|
"height": 1080,
|
|
"fps": 30,
|
|
"backend": "auto",
|
|
"rotation_degrees": 0,
|
|
"properties": {
|
|
"brightness": null,
|
|
"contrast": null,
|
|
"saturation": null,
|
|
"hue": null,
|
|
"gain": null,
|
|
"exposure": null,
|
|
"sharpness": null,
|
|
"auto_exposure": null,
|
|
"focus": null,
|
|
"auto_focus": null
|
|
}
|
|
},
|
|
"detection": {
|
|
"model_path": "models/best.pt",
|
|
"confidence_threshold": 0.25,
|
|
"mode": "best",
|
|
"frame_stride": 5,
|
|
"image_size": 640,
|
|
"device": "cpu"
|
|
},
|
|
"ocr": {
|
|
"enabled": true,
|
|
"language": "eng",
|
|
"tesseract_cmd": null,
|
|
"threshold": true,
|
|
"scale": 2.0
|
|
},
|
|
"capture": {
|
|
"photos_dir": "captures/photos",
|
|
"videos_dir": "captures/videos",
|
|
"image_extension": "jpg",
|
|
"video_extension": "mp4",
|
|
"video_codec": "mp4v"
|
|
},
|
|
"display": {
|
|
"show_fps": true
|
|
},
|
|
"label_data": {
|
|
"models": [
|
|
"Regius",
|
|
"Duvell"
|
|
],
|
|
"colors": [
|
|
"T-NF-BLK-OUT-BST-G",
|
|
"T-BLK-G"
|
|
]
|
|
}
|
|
}
|