diff --git a/configwithsmallcam b/configwithsmallcam new file mode 100644 index 0000000..b6c44c0 --- /dev/null +++ b/configwithsmallcam @@ -0,0 +1,31 @@ +mqtt: + enabled: false + +cameras: + ApartmentDriveway: + enabled: true + ffmpeg: + inputs: + - path: rtsp://192.168.50.1:7447/2rA7MOtaaIXcWgyW + roles: + - detect + detect: + enabled: true + width: 640 + height: 360 + objects: + track: + - person + - car + - dog + snapshots: + enabled: true + bounding_box: true + retain: + default: 1 + +detectors: + cpu1: + type: cpu + +version: 0.15-1 \ No newline at end of file