- 精华
- 0
- 帖子
- 7825
- 威望
- 3 点
- 积分
- 8232 点
- 种子
- 31 点
- 注册时间
- 2004-9-5
- 最后登录
- 2024-2-26
|
下载及源代码:https://github.com/shantanugoel/Kinect-PS3
黑客 Shantanu Goel 今天发布了一个可以在PS3上使用KINECT的软件,以及提供了一段视频,视频地址:http://www.***.com/watch?v=4QnWDRF9w7k 需XX墙,哪位网速给力的可以帮忙搬到国内来^_^
视频里他用Kinect成功运行了KZ3,虽然操作很蛋疼,但毕竟是第一个ALPHA版本,做成这样已经很不错了!!期待后续版本!!
原文使用教程:
The program makes use of several other programs in order to provide this functionality. To compile/use it, you also need the following programs:
1. OpenNI Libraries
2. NITE Libraries
3. PrimeSense Libraries for kinect
4. DIYPS3Controller
Installation/Compilation/Usage
1. Make sure that the above 4 things are installed on your machine and working fine.
2. Download the source of this project to the NITE Samples directory. You can even place it anywhere else but you would need to tweak the makefile to account for the changed paths.
3. Make any changes to the source that you need.
4. Change the included ps3 controller config xml file and place it in one of the locations where diyps3controller can find it.
5. Run make -f kinect-ps3.mak
6. The executable will be available in Samples/Bin directory of NITE.
7. Run kinect-ps3 (without any arguments)
8. Run emuclient (from ps3 controller software) and choose the new xml config file
9. “Become the controller”
Default Config :
Menu Profile – This is the default profile that kinect-ps3 starts with and allows to operate the PS3 menus. Moving hand in any direction will move the ps3 menus as if you were using the DPAD with those directions keys pressed. If you run out of the kinect’s watched space, then just do a backward push with your hand, bring your hand to center and then again do the backward push and continue scrolling. This is like you lift your finger up and then start dragging from edges of a laptop’s touchpad.For selecting any item, make two successive push movements with your hand without changing any x-y direction.
Game Profile – This profile can be switched to by doing 3 successive backward movements of the hand while in Menu profile. Right now I’ve implemented only directional controls in game profile because I’m still struggling with multiple hands detections and skeletal tracking. A full profile will be activated soon enough. Currently, the your hand’s x/y movements and directly translated to right stick x/y movements (e.g. this is looking in different directions in various FPS games). Moving the hand towards or away from kinect (z-axis) translate to left stick y movements (e.g. this is moving fowards or backwards in most FPS games).
Issues/Queries/Suggestions
Please direct them to me by commenting here or emailing me at shantanu AT shantanugoel DOT com
Coming Soon/ToDo
- Full Menu and Game profiles
- Skeletal tracking for better game profiles
- Switching back to menu profiles from game profiles
- Easier way to specify user custom profiles instead of changing code for the same
- Performance improvement for game profiles.
原文出处: http://www.ps3news.com/forums/ps ... .html#ixzz1HFUlH9dF |
|