1

Are there any C# gesture recognition libraries available for Wii Mote (Wii Remote) ?

Update Found one library for gesture recognition. Need to test and see about the accuracy. http://sourceforge.net/projects/wiimotion/

Another Update Found Another Library http://gesturelib.codeplex.com/

Thanks in advance.

Raathigesh
  • 2,306
  • 3
  • 26
  • 32

3 Answers3

2

You should have a look at Johnny Lee's website:

http://johnnylee.net/projects/wii/

He did a remarkable demo thats very famous: Head Tracking for Desktop VR Displays using the WiiRemote

http://channel9.msdn.com/coding4fun/articles/Managed-Library-for-Nintendos-Wiimote

Jeremy Thompson
  • 61,933
  • 36
  • 195
  • 321
  • Hi, I'm already using this library, but now i'm searching for a library which can record and recognize gestures. Just found one http://sourceforge.net/projects/wiimotion/. Need to test and see. Thanx for the answer anyway :) – Raathigesh Apr 19 '12 at 06:46
2

Or you can read this one Managed-Library-for-Nintendos-Wiimote there you ll see example

Likurg
  • 2,742
  • 17
  • 22
  • Hi, I'm already using this library, but now i'm searching for a library which can record and recognize gestures. Just found one http://sourceforge.net/projects/wiimotion/. Need to test and see. Thanx for the answer anyway :) – Raathigesh Apr 19 '12 at 06:44
  • 1
    Ok so download this example, there (i hope) you will find all what you want. http://sourceforge.net/projects/wiimotebowling/files/ – Likurg Apr 19 '12 at 07:13
1

There is a Wii-Mote managed library for .NET here

There is currently no documentation so you might have to find some example source code and learn from that.

b28c92e5ff1
  • 489
  • 1
  • 4
  • 17
  • Hi, I'm already using this library, but now i'm searching for a library which can record and recognize gestures. Just found one http://sourceforge.net/projects/wiimotion/. Need to test and see. Thanx for the answer anyway :) – Raathigesh Apr 19 '12 at 06:46