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

use left/right arrow keys to move between images in the web interface #152

Closed jeremybmerrill closed 5 months ago

jeremybmerrill commented 9 months ago

This PR adds a little bit of Javascript in the web interface to let the user use the left/right arrow keys to move between images. Left moves back in time; right moves forward in time.

(Prior to this PR, I was clicking from image to image, which was hard, requiring a context-shift from looking at cars to finding the right link to click, then back to looking at cars.)