Is possible to track specific body parts with EasyAR

0 votes
asked Feb 18, 2020 by senatauro (140 points)
I'm trying to make a AR app that is able to track hands, nails, foots and head from a user and put 3D objects on them. Is it possible to do this with EasyAR? And if it is, how to do it.

1 Answer

0 votes
answered Feb 19, 2020 by bigbaak (720 points)

No, it can't detect body parts.  You can use OpenCV and detect any body parts. In theory, you need get frames from camera and send to OpenCV for detecting and tracking body parts. First, you need to learn Computer Vision and practice knowledge many times. 

Books: 

https://opencv.org/opencv-computer-vision-with-python/

Some examples OpenCV:

https://www.youtube.com/watch?v=nUjGLjOmF7o

https://www.youtube.com/watch?v=gPeeFCvJOWA

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...