3

Possible Duplicate:
C# Simulating multitouch with Kinect

I am trying to write an Image Manipulation application using WPF and Kinect SDK 1.5.

Reading some articles on the web, I saw that is possible to manipulate an image using methods provided by WPF Touch, but I don't know how to associate my skeleton's hand-joints with the multitouch points?

Community
  • 1
  • 1
Deby
  • 175
  • 1
  • 3
  • 11

1 Answers1

0

Please see C# Simulating multitouch with Kinect as it is a duplicate, and see anathonlines's answer:

"What you want is to send messages to the window in question. The message you need to compose is the WM_TOUCH message. You can find a very helpful discussion thread on WM_TOUCH here."

Community
  • 1
  • 1
Liam McInroy
  • 4,339
  • 5
  • 32
  • 53