pageauc / speed-camera

A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.
Apache License 2.0
969 stars 171 forks source link

Any thoughts on implementing a second angled camera for reading licence plates? #102

Closed ItGetsTheRice closed 2 years ago

pageauc commented 2 years ago

A second camera is possible and could use imagezmq similar to my panopi project https://github.com/pageauc/panopi or some other communications method to a second RPI computer with a camera of a similar setup.
With the new bullseye raspberry pi os. I anticipate changes once picamera2 is available using libcamera since existing picamera python library will not work on bullseye.