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

No images #159

Closed lawickit closed 5 months ago

lawickit commented 7 months ago

Hello, I have deployed this solution to my Pi4b however no images are getting captured. I had a look in the config.py and the path for the images was set to _IM_DIRPATH = "media/images" , the images folder wasn't there so i created it but still nothing is getting stored. The webpage loads but only displays webserver.txt

Please could you advise as to how to resolve this.

i did check the architecture of the Pi and it is arm17, which i have read is 32 bit and may have issues with libcamera

Thank you.