Hand tracking from the kinect in WPF with openNI and Nite

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
2,930
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jan 3, 2011

Sample that shows image and depth from the kinect in the bottom right corner then the main window shows the hand tracking applying a ripple effect to the image background all build using WPF , OpenNI and NITE.

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 0 dislikes

Link to this comment:

Share to:
see all

All Comments (1)

Sign In or Sign Up now to post a comment!
  • Hello,

    For the ripple effect, change your AnimateBackground for this :

    private void AnimateBackground()

    { if (IsMouseMoving && !HandDetected && !ReFocus) { myRipple.Center = new Point((1 / imgImage.ActualWidth) * mouse.X, (1 / imgImage.ActualHeight) * mouse.Y); myRipple.Magnitude = 0.05; myRipple.Frequency = 25; if (myRipple.Phase == 0) myRipple.Phase = 4; myRipple.Phase -= 0.1; }

    }

    (The key is the phase...)

    Also, Nice work :)

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more