I am just getting into LPR projects - and I have a 2MP LPR camera hot off the boat from China. ha
2.0mp Traffic Camera Hd Lpr Camera Car License Plate Recognize Lpr Dash Camera - Buy 2.0mp Traffic Camera,Hd Lpr Dash Camera,Car License Recognize Camera Product on Alibaba.com
It provides an RTSP stream - and I setup FFMPEG to grab frames and write them to a ram drive.
It seems to work ok - but as cars go past it sometimes "ghosts" them, or misses them entirely.
My goal for this project is to put the camera on axis, and using a radar module, take a photo of every vehicle coming down the road.
I figured I'd probably use openALPR for post image processing - but is that the way to go? There's also OpenCV for real time object detection and tracking - is that what other people use?
Would I do better to consume the video stream and process it live and save out pictures that are clear?
My current solution has FFMPEG writing frames out to a ram drive - then another job cleaning up old images - and finally, another job that copies the images based on radar input.
At the end of the day - my goal is a clean picture of every vehicle that passes my camera with human readable license plate - and hopefully clear enough for something like openALPR to process with reasonable accuracy.
I'm running the camera at 1280x1080 30fps - but the PI is only grabbing about 5 to 7 fps (with ffmpeg).
2.0mp Traffic Camera Hd Lpr Camera Car License Plate Recognize Lpr Dash Camera - Buy 2.0mp Traffic Camera,Hd Lpr Dash Camera,Car License Recognize Camera Product on Alibaba.com
It provides an RTSP stream - and I setup FFMPEG to grab frames and write them to a ram drive.
It seems to work ok - but as cars go past it sometimes "ghosts" them, or misses them entirely.
My goal for this project is to put the camera on axis, and using a radar module, take a photo of every vehicle coming down the road.
I figured I'd probably use openALPR for post image processing - but is that the way to go? There's also OpenCV for real time object detection and tracking - is that what other people use?
Would I do better to consume the video stream and process it live and save out pictures that are clear?
My current solution has FFMPEG writing frames out to a ram drive - then another job cleaning up old images - and finally, another job that copies the images based on radar input.
At the end of the day - my goal is a clean picture of every vehicle that passes my camera with human readable license plate - and hopefully clear enough for something like openALPR to process with reasonable accuracy.
I'm running the camera at 1280x1080 30fps - but the PI is only grabbing about 5 to 7 fps (with ffmpeg).