Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
4.25/5 (4 votes)
See more:
I'm fairly new to program development, although I have some basic experience in Visual Basic 2010. I recently got an XBOX 360 with Kinect, and have seen the Kinect for Windows stuff which looks really cool. Anyway, I would like to try and make a basic program which recognizes my hand movement. For example:

I have a simple web browser. If I swipe my hand to the right, the web browser control will navigate forward. And vice versa. I have no idea, but the code could look something like this:

VB
If Kinect.Gesture.HandSwipeRight = Activated then
WebBrowser1.GoForward
End If


As I said, I'm quite new so please go into depth. Thanks! :)
Posted
Comments
#realJSOP 27-Dec-11 16:07pm    
When you get it to the point that if you flip it the bird, it automatically causes IE to block the current url, call me.

I stumbled across this on Channel9 MSDN. I usually see some great videos about Kinect.

Maybe something from their site can lead you in the proper direction. I hope this helps.

Coding4Fun Kinect Projects

Looking through their archives I came across this as well. 2FAAST Kinect

Let me know how it goes! Happy coding! :)
 
Share this answer
 
Comments
thatraja 27-Dec-11 23:26pm    
5!
try www.kinecthacks.com[^] for some ideas
 
Share this answer
 
v2
Comments
thatraja 27-Dec-11 23:26pm    
5!
 
Share this answer
 
Comments
thatraja 27-Dec-11 23:26pm    
5!
RaviRanjanKr 28-Dec-11 5:06am    
Thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900