Skip to content

Instantly share code, notes, and snippets.

View sumsted's full-sized avatar

Scott Umsted sumsted

  • Collierville, TN
View GitHub Profile
79/02/28. 19.27.34.
PROGRAM DND1
00010 LET J4=1
00030 PRINT
00100 BASE 0
00110 LET X=0
00120 LET J=0
00130 LET K=0
00140 X1=0
@thecapacity
thecapacity / kinect_demo_tilt_scroll.py
Created February 19, 2013 00:14
Simple demo for using Kinect with freenect's python wrapper
#!/usr/bin/env python
import freenect
import time
import sys
TILT_MAX = 30
TILT_STEP = 10
TILT_START = 0
if sys.argv[1]: TILT_MAX = int(sys.argv[1])