Software Archive
Read-only legacy content
17061 Discussions

How to implement clothes on users' body?

toni_c_
Beginner
183 Views

Hi,

I'm interested to use the realsense like this video. https://www.youtube.com/watch?v=Mr71jrkzWq8

Could you help me to find the workflow to implement clothes on users' body in realtime using real sense tracking?



Thanks

0 Kudos
1 Reply
samontab
Valued Contributor II
183 Views

RealSense SDK does not provide a full body skeletal tracking as the Kinect provides. It only gives you hands and head tracking.

Also, you would need a longer range camera, like the R200, and implement it yourself. It's not a simple thing though, have a look at PCL for some pointers on how to start.

After you have the skeletal tracking done, you need to either create a body model and put the clothes on top of the model, or do a simple 2D painting of the clothes. This step is also custom made.

0 Kudos
Reply