Python- How to configure and use Kinect

≡放荡痞女 提交于 2019-12-03 10:10:39

问题


I have an Xbox 360 + Kinect. It's great fun to play on it, So, I was wondering if it was possible to use Python to use it and make my own games (and play on PC).
Currently,
I have
1.Drivers from Microsoft and the hardware.(only)
2.No experience with 3d programming.

My Questions
1. Is there good and easy to use module for using Kinect on PC??
2. And any books for the same??

I am using Windows 32 and 64 bit and Python 2.7.


回答1:


There is a project called Open Kinect which has many wrappers that you can make use of, including one for Python.

To help you get started, there are a good few code demo's supplied with their source code, which can also be viewed online here.

Once you've got to grips with making use of the information the Kinect is sending back to you, you can try the popular pygame to base a game around whatever it is you're trying to do.



来源:https://stackoverflow.com/questions/14458016/python-how-to-configure-and-use-kinect

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!