Hello Guys,
I am currently working on Kinect project in unity. I am suppose to display a user silhouette on the screen.
It must move the same way as the user moves.
I am new to kinect so plz can you help me or guide me how to do this?!!
2 Answers
2i found a solution…I put a 3D Character on the screen and mapped the Kinect scripts to the character. Than I applied a Silhouette Only shader to the character’s material and it works. Now my silhouette moves as me.
Nice and easy fix.
If you are using the ZigFu stuff it’s very easy, just display the User map. They map each pixel associated with a person to a number, so just convert those numbers to colors and you’re done. OpenNI has this too. Look at the Scene Analysis demo (may be under Prime Sense examples).
hey...open NI is not easy to use...i tried so many times but didnt work...any pointers....so I can use it for future projects
– ravi_gohil999ZigFu's 'legacy' project (on their website) is a sorta open wrapper for OpenNI. But there are other projects out on the 'net too which do this. Once you find one that works, not too hard to modify.
– DaveAThanks...I will to take a look.
– ravi_gohil999