How use kinect for emulate input keyb
-
Saturday, September 10, 2011 5:36 PM
hi
somebody have idea how use kinect for emulate input keyb?
i need some code source for example. I saw faast but is only the aplication.
r
All Replies
-
Monday, September 12, 2011 5:33 PM
SendKeys is the .net library to use. It will place keyboard events on the queue.
http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx
if you're using c++, I don't know the library to use.
It's reasonably self-explanatory.
- Proposed As Answer by Eddy Escardo-Raffo [MSFT]Microsoft Employee, Owner Monday, September 12, 2011 7:34 PM
-
Monday, September 12, 2011 6:50 PMty i going to view the links. soon news
-
Tuesday, September 20, 2011 7:46 PM
hey,
look at my project (kinect + trackmania) here.
You can download the code (c++). Have a look at main.cpp (pressButton(), releaseButton(), pressEnter()) and scancodes.h.
You will have to pressButton(), sleep for a short time and then releaseButton().
- Edited by duWichtel Saturday, September 24, 2011 6:10 PM forget to add the link ;)

