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
967 stars 170 forks source link

Log ERROR #114

Closed slowtoaccept closed 2 years ago

slowtoaccept commented 2 years ago

Log file entry says delete all files in /home/pi/speed-camera/media/recent.

I'm missing cars (unfortunately, fast cars!) and wonder if this is the problem.

Also previous error: ERROR deleteOldFiles Possibly symlink destination File Does Not Exist Is there a solution that doesn't require manual intervention? Running picam on a RASP 4B.

Thought this was funny. speed-56-20220615-0752101

pageauc commented 2 years ago

To clear up recent folder issues just delete all entries in the recent folder.

cd media/recent rm *

This will delete all the symlinks but as more data comes in newer ones will be created up to the specified max setting in config.py

https://github.com/pageauc/speed-camera/wiki/How-to-Tune-Motion-Tracking-Settings See this wiki. You may have to adjust the timeout and x_diff settings per link above.

Claude ...

On Wed, Jun 15, 2022 at 12:49 PM slowtoaccept @.***> wrote:

Log file entry says delete all files in /home/pi/speed-camera/media/recent.

I'm missing cars (unfortunately, fast cars!) and wonder if this is the problem.

Also previous error: ERROR deleteOldFiles Possibly symlink destination File Does Not Exist Is there a solution that doesn't require manual intervention? Running picam on a RASP 4B.

Thought this was funny. [image: speed-56-20220615-0752101] https://user-images.githubusercontent.com/37024769/173882187-966c8bf8-23ff-4931-ba84-b570943866ef.jpg

— Reply to this email directly, view it on GitHub https://github.com/pageauc/speed-camera/issues/114, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNPKZA2IOC2JWV4MJ2VPCDVPICTLANCNFSM5Y37GYUA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- YouTube Channel at https://www.youtube.com/user/pageaucp http://www.youtube.com/user/pageaucp GitHub Repository at https://github.com/pageauc

slowtoaccept commented 2 years ago

As a total neophyte to other neophytes, I recommend tutorials on openCV tracking. See for example https://www.youtube.com/watch?v=MkcUgPhOlP8 Perhaps it will explain why a runner is tagged a 56.5 mph.

slowtoaccept commented 2 years ago

Also, try this alternative: https://core-electronics.com.au/guides/detect-speed-raspberry-pi/