开发者

Possible to use the Microsoft Kinect with .NET Gadgeteer?

开发者 https://www.devze.com 2023-01-28 18:14 出处:网络
Based on what\'s public, is it possible that someone can interact with the Kinect with the .NET Gadgeteer?

Based on what's public, is it possible that someone can interact with the Kinect with the .NET Gadgeteer?

What (if anything) probably needs to be done to the drivers?

If you're interested, here is a Channel9 video that shows you how to use VS2010 to create an开发者_如何学C embedded application. It is due to release in Spring of 2011.


You won't be able to use Kinect on the .NET microframe, which is the embedded CLR that powers .NET gadgeteer. You could however connect to the Kinect via a TCP Socket connections, which would be supported in gadgeteer (assuming you have a network connection) and the full .NET stack. Using the sockets you could pass the data back and forth you need. From experience you want to pass as little information down this pipe as possible, so if you can look for something gesture controlled I would suggest you calculate this at the service end, and simply pass an event flag down the socket.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号