|
Hello, Recently i tried to integrate Kinect sensor in Unity using the KinectWrapperPackage which is using the Windows Drivers instead of OpenNI drivers. I would like to learn how to display the depth and color camera inside my game window Thanks
(comments are locked)
|
|
Just Attach depth or color display scripts to an object such as a cube DisplayDepth - This script will get the depth image. Attach it to a game object with renderer. NOTE: In unity, you need to restart unity everytime after running your world, otherwise this script will not work (because of SDK issue). DisplayColor - This script will get the RGB image. Attach it to a game object with renderer. NOTE: In unity, you need to restart unity everytime after running your world, otherwise this script will not work (because of SDK issue).
(comments are locked)
|
|
I tried but the result is a grey cube... no image... Where is the error? Thanks
(comments are locked)
|

(I don't know anything about Kinect) What kind of information does KinectWrapperPackage gives you ?
May be help here? https://groups.google.com/forum/?fromgroups#!topic/unitykinect/vTN_NqJOV1I