"Holographic display" using Kinect SDK
Uploader Comments (programming4fun)
Top Comments
-
Cracked.
-
you should do the most famous holograph ever, "Help me Obi Wan Kenobi, you are my only hope"
All Comments (32)
-
@programming4fun What about if you put 3D screen? >:D
-
It would be awesome if you uploaded the source code to github.
-
I need money to throw here!
-
Please state the nature of the medical emergency.
-
@programming4fun I think that can be done easily with a camera transform and then use NVidia 3D Vision support for DirectX Fullscreen apps, not sure how you would make it "pop out" (show height instead of depth) but it's possible (NVidia and some games do it) but as for Stereo API, I think you could only achieve this with OpenGL
-
cool! now lets see it fly around the room
-
wow this is very very nice
-
what happen if 2 guys were in front of it? doesn't that confused it?
-
Good job man. Pretty cool
-
cracked
would you be willing to share the application(s) you used to make this work? I would love to try to combine this effect with a stereoscopic output.
reillydphoto 8 months ago 3
@reillydphoto Standard stereoscopic drivers won't work: you're looking at the screen at weird angles and the perspective is not determined by a standard 'camera' but by manipulating the world using a vertex shader. So any stereoscopic output will have to be customly written (is there an NVidia stereoscopic API?). I was thinking of adding simple anaglyph support.
programming4fun 8 months ago
Wow! This is really impressive! How did you pull this off?
bjm4870 8 months ago
@bjm4870 Thanks! Pretty simple actually as mentioned in the description: the Kinect does the hard work and provides the location of your head in 3 dimensions. The software combines this with the location of the screen to calculate the needed perspective transform for the 2D screen.
programming4fun 8 months ago
Supercool!!!
mc71er 8 months ago
@mc71er Thanks! :-)
programming4fun 8 months ago