Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 764 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 764 Bytes

webcamd-lcd

webcamd statistics monitor for the Adafruit PiOLED and webcamd

webcamd is a high performance (for python) MJPEG HTTP server and can be found here: https://github.com/synman/webcamd

Dependencies

webcamd - follow the link above

For the Adafruit PiOLED, PIL, etc, follow the guide here: https://learn.adafruit.com/adafruit-pioled-128x32-mini-oled-for-raspberry-pi/

jq - https://stedolan.github.io/jq/

sudo apt install jq

curl - https://curl.se

sudo apt install curl

mpstat (part of sysstat) - https://man7.org/linux/man-pages/man1/mpstat.1.html

sudo apt install sysstat