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
960 stars 169 forks source link

Graph program #142

Closed victor7376 closed 10 months ago

victor7376 commented 11 months ago

Hi, Just noticed that the graph report scripts dont work if. Think its because you removed the SPEED_MPH from the config.py

victor7376 commented 11 months ago

Fixed the issue in my branch ;)

Changed SPEED_MPH to MO_SPEED_MPH_ON now the graph script works

pageauc commented 11 months ago

Fixed both reports and updated Repo. Currently I am trying to get plugins to work. May have to rethink. Thanks for your help

victor7376 commented 11 months ago

what is the issue with the plugin as when I have them enabled it says it loads the one I ask for.

pageauc commented 11 months ago

I have redesigned plugins and eliminated the need for configcam.py. All settings will be in config.py. Less complicated following KISS principle. Updated a few plugins for testing but remainder need to be updated for new variable names. Should be done in a day or so. Also fine tuning messages. Thanks for you patience and help. Regards Claude

victor7376 commented 11 months ago

no problem, I did make a new entry in the menubox for editing the configcam

pageauc commented 11 months ago

I have uploaded ver 13.05. Includes bug fixes, working plugins, Etc. All settings are again stored in config.py. You may notice a few new settings. I recommend a clean install otherwise To get new plugins delete old ones. Also recommend deleting configcam.py since it is no longer used. Raise an issue if you encounter a bug or problem. Thanks for your feedback. Cl;aude ....