Skip to content

Commit e64e996

Browse files
committed
Add overview section to readme
1 parent e8ae71a commit e64e996

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Control your device with your body movement
55

66
**Check out the [live demo](http://skycocker.github.io/move.js)**
77

8+
Overview
9+
--------
10+
11+
move.js is an utility for detecting humans or other moving objects and displaying them on a canvas in a chroma-key like way. It's actually pretty simple: it starts by waiting for the camera to adjust to the light, saves the visible picture to a buffer, waits few seconds and detects differences between the live image and the buffer.
12+
13+
You can use it to create body controlled presentations, games and anything else you can think of.
14+
815
Usage
916
-----
1017

0 commit comments

Comments
 (0)