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

Latest update speed detection issue? #137

Closed grunta56 closed 11 months ago

grunta56 commented 11 months ago

After running the update released on about 2 Sept or so I am only detecting very slow objects such as pedestrians, very slow cars and animals. Was working perfectly prior to this and I have made no hardware changes in the interim. Bullseye with Pi HQ camera. I've spent some time on this including completely fresh install and going over my config but without success. Just wondering if anyone else has similar issue? Thankyou. Grant

pageauc commented 11 months ago

I run on low end RPI's (Headless) and have not noticed any change. Update was just to improve/fix GUI window displays. Will check to see if I missed anything.

On Thu, Sep 7, 2023 at 6:31 AM Claude Pageau @.***> wrote:

On Thu, Sep 7, 2023 at 1:34 AM grunta56 @.***> wrote:

After running the update released on about 2 Sept or so I am only detecting very slow objects such as pedestrians and animals. No traffic. Was working perfectly prior to this. I've spent some time on this including completely fresh install and going over my config but without success. Just wondering if anyone else has similar issue? Thankyou. Grant

— Reply to this email directly, view it on GitHub https://github.com/pageauc/speed-camera/issues/137, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNPKZA3RPWAUDQ6FVYRKJLXZFMHRANCNFSM6AAAAAA4OKTTQM . 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

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

pageauc commented 11 months ago

Released ver 12.05 now only makes a copy of image2 when required. Making an extra copy is required to fix GUI windows, align and calibrate features. see line 1328 of speed-cam.py

    if gui_window_on or align_cam_on or calibrate:
        image2_copy = image2  # make a copy of current image2 when

needed

Give this a try and let me know. Claude ....

On Thu, Sep 7, 2023 at 6:44 AM Claude Pageau @.***> wrote:

I run on low end RPI's (Headless) and have not noticed any change. Update was just to improve/fix GUI window displays. Will check to see if I missed anything.

On Thu, Sep 7, 2023 at 6:31 AM Claude Pageau @.***> wrote:

On Thu, Sep 7, 2023 at 1:34 AM grunta56 @.***> wrote:

After running the update released on about 2 Sept or so I am only detecting very slow objects such as pedestrians and animals. No traffic. Was working perfectly prior to this. I've spent some time on this including completely fresh install and going over my config but without success. Just wondering if anyone else has similar issue? Thankyou. Grant

— Reply to this email directly, view it on GitHub https://github.com/pageauc/speed-camera/issues/137, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNPKZA3RPWAUDQ6FVYRKJLXZFMHRANCNFSM6AAAAAA4OKTTQM . 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

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

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

grunta56 commented 11 months ago

Still no luck after installing this Claude.

pageauc commented 11 months ago

What was your previous version of speed-cam.py that worked OK and also let me know operating system version

uname -a

also

hostnamectl

and a description of hardware and config.py image settings.

Thanks

grunta56 commented 11 months ago

apologies for the delayed response Claude. I am away from the installation for a number of days but will get back to this as soon as I return. From memory the version of speed-cam.py was the first release that ran on Bullseye with the Raspi HQ Camera. If in the meantime no-one else reports the issue then I guess its at my end and perhaps I would be best advised to do a fresh Bullseye install on a fresh formatted card and start over.