parkpow / deep-license-plate-recognition

Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
https://platerecognizer.com/
MIT License
523 stars 122 forks source link

Serve usb camera for windows #176

Closed adolfoarmas closed 8 months ago

marcbelmont commented 8 months ago

@adolfoarmas This technique looks inefficient as you are saving each frame as a jpeg. You could achieve a similar result more efficiently with https://github.com/bluenviron/mediamtx. @danleyb2, what are your thoughts?

danleyb2 commented 8 months ago

@adolfoarmas Haven't done any performance comparison but I agree with @marcbelmont . Installing FFMPEG and MediaMTX should be easier than Python and the script Here is a procedure for Windows https://github.com/bluenviron/mediamtx?tab=readme-ov-file#by-device

adolfoarmas commented 8 months ago

@marcbelmont @danleyb2 hi, thanks for the feedback i didn't know MediaMTX. I'm going to give it a try, it should be more efficient.

marcbelmont commented 8 months ago

@adolfoarmas Did you manage to test MediaMTX?

adolfoarmas commented 8 months ago

@marcbelmont i did, it works well, i think it is better to place the tutorial directly on guides and discard this branch, what do you think?

marcbelmont commented 8 months ago

@adolfoarmas Ok, let's do that.