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

speed-cam.py release 3.6 Added logic for html folder and images sym link #4

Closed pageauc closed 7 years ago

pageauc commented 7 years ago

This is an updated release to add auto creating of the html folder and an associated sym link that points to the images folder. This is required for the webserver root to work properly. You will need at least three entries in the csv file before running makehtml.py but otherwise this release seems to do the job since I had to accommodate varying paths for the images folder and the html folder locations. This will auto create all folder when path contains multiple folders. Let me know if you have issues.