# markerwitz
Markerwitz is a human-computer interface that uses pen movements over a surface to drive the cursor position. Our demonstration applies Markerwitz to Sutherland's Sketchpad. This was a final project by Dale Markowitz and Shubhro Saha for COS 583 (Great Moments in Computing) at Princeton University.
Installation
===
- Install Python/OpenCV
- Install [websocketd](https://github.com/joewalnes/websocketd) and make sure `websocketd` is in `PATH`
Usage
===
- Run `./markerwitz.sh`
- To monitor processes: `ps axu | grep "watch\.py\|server\.py"`