Search this site
Embedded Files
Skip to main content
Skip to navigation
Phib 2017
Home
Development
Installation
Kinect-enabled App
Data Streams
Pixel Format
Summer 2017 Schedule
Week 0
Week 1 (5/15 - 5/21)
Week 2 (5/22 - 5/28)
Week 3 (5/29 - 6/4)
Week 4 (6/5 - 6/11)
Week 5 (6/12 - 6/18)
Fall 2017 Schedule
Week 0-1-2
Week 3 (10/13 - 10/19)
Week 4 (10/20 - 10/26)
Week 5 (10/27 - 11/2)
Week 6 (11/3 - 11/9)
Week 7 (11/10 - 11/16)
Week 8 & 9 (11/17 - 11/30)
Phib 2017
Home
Development
Installation
Kinect-enabled App
Data Streams
Pixel Format
Summer 2017 Schedule
Week 0
Week 1 (5/15 - 5/21)
Week 2 (5/22 - 5/28)
Week 3 (5/29 - 6/4)
Week 4 (6/5 - 6/11)
Week 5 (6/12 - 6/18)
Fall 2017 Schedule
Week 0-1-2
Week 3 (10/13 - 10/19)
Week 4 (10/20 - 10/26)
Week 5 (10/27 - 11/2)
Week 6 (11/3 - 11/9)
Week 7 (11/10 - 11/16)
Week 8 & 9 (11/17 - 11/30)
More
Home
Development
Installation
Kinect-enabled App
Data Streams
Pixel Format
Summer 2017 Schedule
Week 0
Week 1 (5/15 - 5/21)
Week 2 (5/22 - 5/28)
Week 3 (5/29 - 6/4)
Week 4 (6/5 - 6/11)
Week 5 (6/12 - 6/18)
Fall 2017 Schedule
Week 0-1-2
Week 3 (10/13 - 10/19)
Week 4 (10/20 - 10/26)
Week 5 (10/27 - 11/2)
Week 6 (11/3 - 11/9)
Week 7 (11/10 - 11/16)
Week 8 & 9 (11/17 - 11/30)
Week 5
Body.HandLeftState
Gets the status of the body's left hand state.
Setting up a plane based on hand position:
Solution 1
check if either hand is open
while open
record positions of hand each frame
store them, maybe in an arraylist
hand closed, finish inserting
filter arraylist, take out near points
Solution 2
check if either hand is open
an instance variable to remember last vertex for the polygon
while open
compare positions of hand with last recorded vertex
store them, maybe in an arraylist
hand closed, finish inserting
to run continuously
Thread?
Defining and Starting a Thread
frameArrived?
event listener
use Processing library
for processing, can change frameRate() to control the number of times draw() executes in each second
3. a separate thread that runs individually?
captureEvent()
movieEvent()
Report abuse
Report abuse