x


KinectWrapperPackage Depth Camera

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

more ▼

asked Jun 25 '12 at 05:21 PM

refuseresist gravatar image

refuseresist
0 1 1 2

(I don't know anything about Kinect) What kind of information does KinectWrapperPackage gives you ?

Jun 25 '12 at 05:22 PM Berenger
(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

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).

more ▼

answered Jun 26 '12 at 01:11 PM

refuseresist gravatar image

refuseresist
0 1 1 2

(comments are locked)
10|3000 characters needed characters left

I tried but the result is a grey cube... no image...

Where is the error?

Thanks

more ▼

answered Aug 25 '12 at 04:45 PM

Gius gravatar image

Gius
0 2

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3003
x507
x145
x116
x73

asked: Jun 25 '12 at 05:21 PM

Seen: 770 times

Last Updated: Aug 25 '12 at 04:45 PM