just setup openalpr with ffmpeg streaming ip cam server from an Android phone. The cameras have been working fine as mjpeg and I have tested out ffmpeg to make sure it works. Also tested out openalpr and was able to detect plate using the aplr daemon.
This is the only thing I have in my log, and it keeps filling it at every interval
haffmpeg.tools: Image queue is full!
# Example configuration.yaml entry
openalpr:
engine: local
region: eu
confidence: 80.0
entities:
- name: Camera garage 1
interval: 5
render: ffmpeg
input: INPUT_STREAM
extra_arguments: SOME OTHER FFMPEG STUFF
It seems the logs are exact 5 seconds apart, and this interval is creating an image from the stream. Where would this get stored, or does a temp queue need to be made?