interactive floor
Hi, sorry for maybe simple question but i can't find answer.
I want create interactive floor, (like lumoplay) and i want use unity 3d. Long time ago i use Kinect and the software track and give me people position on floor. I cant find any software for realsense for this purpose. I want create custom game, so lumoplay is not good idea. I just need user 2d position on floor. I think I can detect people's position from the depth image from camera, but there must be a better solution.
-
Hi Lukasz Diekemper The RealSense-compatible Nuitrack SDK skeleton tracking and hand gesture recognition software may be a good fit for your project. It has integration with Unity and can get information about the floor relative to a person's detected body joints via its UserFrame::getFloor() instruction.
Nuitrack SDK
Nuitrack getFloor() instruction
http://download.3divi.com/Nuitrack/doc/classtdv_1_1nuitrack_1_1UserFrame.html
Free Nuitrack example project in the Unity Asset Store
https://assetstore.unity.com/packages/templates/tutorials/nuitrack-ar-football-game-126151
Nuitrack tutorial projects for Unity
https://github.com/3DiVi/nuitrack-sdk/blob/master/doc/Unity_Basic.md
https://github.com/3DiVi/nuitrack-sdk/blob/master/doc/Unity_Gallery.md
https://github.com/3DiVi/nuitrack-sdk/blob/master/doc/Unity_Face_Tracking.md
-
Another RealSense-compatible option for people and moving-object tracking is Teleidoscope. Its entry on the RealSense software information page lists that it is Unity compatible.
https://teleidoscope.com/skeletal-detector

Please sign in to leave a comment.
Comments
3 comments