speed-camera
speed-camera copied to clipboard
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 wh...
Hello, I have deployed this solution to my Pi4b however no images are getting captured. I had a look in the config.py and the path for the images was set...
Hi Claude, this program looks really good and it is just what I need. I've installed it on both a RPi and a Proxmox container. I am using the RTSP...
I added support for a remote postgres database. I plan to operate multiple cameras on two devices that feed into a single database and will make a webserver that can...
Hi I used this tool currently in a docker testing envoirnment with version 11.22 (see #155 ). My camera ist almost 90 degree to the street and in around 10m...
Hi :) it's an really an interesting project, however I have some trouble to install it. System: Mac with Docker If I follow the instruction it always install 11.22 instead...
Hi! Great piece of software and I've enjoyed tinkering with it thus far. I've been recording traffic speeds on my local street over the past week and have what I...
I'm finding that the motion detection algorithm has trouble detecting some white-colored vehicles. A few motion events are sometimes seen but not enough to reach the MO_TRACK_EVENT_COUNT number, and then...
Adds a `MO_WARP_ON` option that, if `True`, uses opencv's perspective warp to warp the image such that the four points specified in `MO_WARP_INPUT_PTS` become located at the points specified in...
This PR adds a little bit of Javascript in the web interface to let the user use the left/right arrow keys to move between images. Left moves back in time;...
Change from /home/pi to $HOME to make it work if your user is not pi.