faisalthaheem / open-lpr

Open Source and Free License Plate Recognition Software
Apache License 2.0
166 stars 25 forks source link

Usage with real time stream from IP Camera #12

Open ankitatcodingnebula opened 3 years ago

ankitatcodingnebula commented 3 years ago

Hello,

Thanks a lot for this open source project. Looks very promising.

Could you please suggest on how do we use this project to detect LPR in real time stream coming from IP camera over RTSP?

faisalthaheem commented 2 years ago

Hi It can be done but will require creating a new module. GStreamer will be the definite goto choice for this. If you can contribute your requirements as open source to this project I will be able to create the relevant component. Here's what can be done RTSP -> OpenLPR (overlay detection info on video) -> RTSP stream or would you want the LPR info to be published to another system?