Open heffneil opened 2 months ago
config.yaml for plate-minder:
sources:
- type: rtsp
name: mainlpr
captureInterval: 0.5
url: 'rtsp://admin:dsfdsf!@192.168.15.29:554/cam/realmonitor?channel=1&subtype=0'
openALPR:
url: http://192.168.10.253:3000/detect
country_code: 'us'
recorders:
- type: file
pattern: './data/images/{{DATE}}/{{SOURCE}}/{{TIME}}_{{PLATE}}.jpg'
retainDays: 30
filters:
- type: mask
shapes:
- 1267,0,1920,0,1920,100,1267,100
debug: false
restService:
enable: true
port: 4000
I had several issues getting things to work and through hodgepodge I was able to determine how to configure things in with docker compose - where it was running but now it will not run. Below are the errors I receive in logs:
I don't know what the problem is but the other two containers for the other services are running but I get an error saying Error Failed to fetch but I believe this is because the plate-minder service will not run.
docker compose yaml: