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

Windows not displaying on host machine #150

Closed johncblacker closed 9 months ago

johncblacker commented 9 months ago

In module speed-cam.py, lines 1900-1956 must be indented to be included within the "while scanning" loop in order for the windows to be displayed on the host machine.

johncblacker commented 9 months ago

Indent lines 1900-1956 in module speed-cam.py in order to correct "windows not displaying" issue.