7 Segment Display: Difference between revisions

From CSCWiki
Jump to navigation Jump to search
 
Line 13: Line 13:
= Notes =
= Notes =
* Daemon: code is committed to the repo, documentation of how it works is also there.
* Daemon: code is committed to the repo, documentation of how it works is also there.
* There is an upstart init job on bit-shifter that is responsible for starting this daemon in /etc/init/camcount.conf
* There is an upstart init job on bit-shifter that is responsible for starting this daemon in /etc/init/camcount.conf. The config file is also stored in the repo.

Latest revision as of 11:53, 19 March 2012

Overview

We have mounted a large 7 segment display on the wall in the office, hooked up to an ATMega microcontroller that displays the number of people currently viewing the webcam feeds.

Status

Completed. No further work to be done, barring repurposing of the hardware

Resources

  • Code: "git clone ~ssalbiz/dev/7seg"
    • Contains both microcontroller code and daemonized scripts that run on the webcam host
  • Circuit diagram: yell at j3

Notes

  • Daemon: code is committed to the repo, documentation of how it works is also there.
  • There is an upstart init job on bit-shifter that is responsible for starting this daemon in /etc/init/camcount.conf. The config file is also stored in the repo.