Description
Today's project does a couple things.
First, it's another C++ example. Secondly, it shows off using SendInput (.e. a lower level SendKeys) which I've seen a few posts on the Kinect Forums asking for. Thirdly, it's just kind of cool...
Trackmania + Kinect
I love playing racing games.
I developed a program which you can use as game controller.
This program gets the coordinates of your l/r hand and l/r feet. It calculates by your hands a steering wheel and your feet the speed. If your right foot is at the ground you will give maximum of speed. When you lift it for some centimeters it will reduce speed or moving backwards.
After calculating the program send keys with SendInput() to the game and release them after a short time. This time will be calculated by using speed and direction. Maximum of time is 33ms (Because kinect has 30fps (1000ms / 30fps = 33ms per frame)).
Project Information URL: http://social.msdn.microsoft.com/Forums/en-US/kinectsdknuiapi/thread/4b2bac7b-32de-4ccd-b899-3c7a5a8bccb4
Project Source URL: https://rapidshare.com/files/99878144/kinecttracmania.zip
The Discussion
-
Programming Thomas I had attempted something similar about a year and half ago before Kinect and workable motion sensing libraries. I think I tried to do it in C# with TrackMania, however it didn't work because of C# SendKeys() not working properly with the game.
-
exoteric It gets plusses for the geek factor, but sometimes you really need to keep it simple... stearing wheel. Kinect looks epically unsuited for this particular purpose. Still, kudos for the effort.
-
cbae "TrackMaina"? Shouldn't it be "TrackMania"?
-
Charles @cbae: Why yes. Fixed.
C
-
gduncan411 @Charles:Thanks
-
code Hi,
nice job!! I want download your code, but its already gone. Can you send me to E-mail: koznar.franta@seznam.cz ?
Thanks -
gduncan411 @code: I dug though my cache of downloads and didn't see it. I see you've also asked on the original forum thread, hopefully that will get you the download...
Conversation locked
This conversation has been locked by the site admins. No new comments can be made.