Hello Everyone,
For our augmeted reality application we need to track user's nail, fingerTips. we wantto superimpose nail paints on nails.
does it is possible through use of realsense technology?.
any thought , help around, any one has done similar work .. please help give a direction.
链接已复制
It would not recognize nails specifically unless they had a certain color or pattern on them. Tracking fingertips is no problem though, as this is one of the finger 'joints' supported by RealSense, and I have done fingertip and thumb-tip tracking in my own RealSense project.
The '2016 R2' version of the RealSense SDK comes with a sample demo called 'AR Mirror' for the Unity game creation engine that shows how RealSense can overlay virtual objects over a real body area such as the hand, keeping the virtual objects aligned with the user's body movements in real-time. The sample comes with the source code so you can learn how to replicate it yourself.
