我需要将我的 kinect 设备添加到 Skype 中的摄像头列表中。我试过这个,http://www.e2esoft.cn/kinect/,但它不起作用。也许是因为我使用的是 OpenNI 2.x 版本。
我将它安装为 PrimeSense 设备,因为我不允许使用 Microsoft SDK。
也许我应该编写自己的驱动程序。但我找不到任何涵盖网络摄像头驱动程序编写的资源。
我需要将我的 kinect 设备添加到 Skype 中的摄像头列表中。我试过这个,http://www.e2esoft.cn/kinect/,但它不起作用。也许是因为我使用的是 OpenNI 2.x 版本。
我将它安装为 PrimeSense 设备,因为我不允许使用 Microsoft SDK。
也许我应该编写自己的驱动程序。但我找不到任何涵盖网络摄像头驱动程序编写的资源。
Here is another alternative that uses OpenNI drivers : http://www.softpedia.com/get/Internet/WebCam/Kinect-Virtual-Camera.shtml . If this doesn't work you can remove those drivers and install Microsoft Kinect SDK , you might find some options for Microsoft Kinect SDK .
PS: Writing a driver is a very daunting task . If you are a newbie it might take you weeks to just understand what goes beyond developing a driver .