Jump to content

Motion Manipulation C# Help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
tutuboi

tutuboi

    Newbie

  • Members
  • Pip
  • 4 posts
Hi everyone,

I am trying to build a motion based game that uses a web cam to detect hand movements and trigger game events.

For example, playing a ball game using the web cam whereby the player will just do the actions like throwing the ball and the web cam will take in the movement, and process accordingly.

Currently I am thinking of dividing each frames taken by the web cam into grids, so as to detect the hand movements. However, I have difficulty finding relevant examples and source codes to enable me to do this.

Any relevant suggestions/pointers/tutorials will be greatly appreciated.

Thanks.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Have you done searches for things like "face recognition" or "image recognition" algorithms?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
tutuboi

tutuboi

    Newbie

  • Members
  • Pip
  • 4 posts
I've found something similar to what is relatively close to what I'll be doing, however does anyone has any tutorial in making this?

w w w . brianwiltshire.net/lab/?p=12
You will need a webcam for this.