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
983 stars 172 forks source link

Not tracking events #24

Closed scottcim closed 6 years ago

scottcim commented 6 years ago

Hi, I'm using a rpi3 and going through the inital setup. Install went great. I'm going through the calibration process and I'm not able to trigger/record a motion tracking event.

What I've tested:

If you need any additional information, let me know,

Thanks!!

scottcim commented 6 years ago

An update on the issue. It's only capturing very slow moving objects. It took calibration photos when it captured someone walking down the street. I tried to calibrate using my car going 10 mph, going past three times. It did not take calibration photos for any of these. I went by going under 5mph and it did capture the data and calibration photo.

scottcim commented 6 years ago

Closing issue. Disabling the plugin (720picam) seems to have corrected the tracking. All vehicles are now being captured.

pageauc commented 6 years ago

Yes I have reduced the default configuration to 320x240 since I found it works more consistently. The 720 was to try to get better image resolution but you need compiled opencv3 for optimum processing. Motion tracking is more demanding.

Thanks for the feed back Claude ...

On Sat, May 5, 2018 at 11:24 AM, scottcim notifications@github.com wrote:

Closing issue. Disabling the plugin (720picam) seems to have corrected the tracking. All vehicles are now being captured.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pageauc/speed-camera/issues/24#issuecomment-386813152, or mute the thread https://github.com/notifications/unsubscribe-auth/AFr1ZGziGk7rued6qOuBt5sFhwZdMjomks5tvcQ6gaJpZM4TzdhE .

-- See my YouTube Channel at http://www.youtube.com/user/pageaucp

pageauc commented 6 years ago

If you need better image resolution you could try 640x480 since I have found it works OK with RPI-3.