Items with no label
3335 Discussions

Virtual Fitting Room - Skeleton Tracking / Full body tracking

Cres1
Beginner
1,691 Views

Hello everyone I'm going to develop a virtual fitting room in unity 3d using sr300 camera. Can you guys please tell me is it possible to track full body / skeleton in Sr300? I'm not finding any helpful answer on the web. Or should i buy kinect(which is discontinued) to develop this app.

0 Kudos
3 Replies
MartyG
Honored Contributor III
606 Views

Person Tracking mode (of which skeleton tracking is a sub-feature) is supported on SR300 but is rarely used on that camera. It is much more common for the R200 model to be used for Person Tracking.

The only SR300 Person Tracking video that I know of is this one from Mike Taulty (who has also produced tutorials on his blog ( https://mtaulty.com/ https://mtaulty.com/ ) that have been very useful for other aspects of RealSense programming).

https://player.vimeo.com/video/166142848 RealSense SR300 Person Tracking Preview from .NET from Mike Taulty on Vimeo

It is possible to create full-body tracking on an SR300 in Unity without using Person Tracking. My own Unity project does this.

0 Kudos
Cres1
Beginner
606 Views

Thank a lot for your reply. The idea of my app is like this https://www.youtube.com/watch?v=F-3qC4q8toU Augmented Reality Virtual Fitting Room, TryLive Apparel - YouTube

Is there any unity sample provided by them which demonstrate person tracking mode?

What do you suggest should i go with realsense sr300 for developing virtual dressing room or lookout for other options such as kinect?

Thanks Marty!

0 Kudos
MartyG
Honored Contributor III
606 Views

Whilst Kinect may be a valid option if you are developing the dressing room app as a personal project and not a commercial one (since you can no longer buy Kinect cameras), the SR300 is much newer camera technology, so my recommendation would be to go with the SR300 in order to produce the most capable app possible.

The RealSense SDK only comes with a sample Person Tracking program for the R200 camera model and not the SR300, unfortunately. The R200 is the more suitable camera of the two, as it is better at scanning full human bodies than the SR300 is.

The '2016 R2' RealSense SDK does have a sample Unity program called AR Mirror though, which overlays virtual objects onto a real body in a similar way to the clothes in your example YouTube video.

0 Kudos
Reply