Proposed Answer 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
     
     Proposed Answer

    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.

  • Monday, September 12, 2011 6:50 PM
     
     
    ty 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 ;)
    •