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
987 stars 173 forks source link

Release 8.4 now has faster event timeouts and x_diff settings to ignore out of range values #16

Closed pageauc closed 6 years ago

pageauc commented 6 years ago

I have been working on making the code more pythonic but variable naming still needs work. Release 8.4 now has reduced tracking timeout value of 0.3 sec. Also the reduced x_diff_max value is reduced to only track movement if next x position does not exceed the x_diff_max px distance away from current x position otherwise an out of range logging message is displayed.

I recommend you delete or rename previous speed-camera directory and do a fresh curl install if possible. You can also upgrade plugin folder and use the new config.py per commands below

cd ~/speed-camera
mv plugins pluginsold
mv config.py config.py.old
curl -L https://raw.github.com/pageauc/speed-camera/master/speed-install.sh | bash

See wiki for details

Let me know if this works better for you. Claude ...