Use external hand tracking api
Hi,
I was wondering if it is possible to use an external API for hand tracking?
My goal is to create an app that detects the index finger for getting the position (Vector3D) and place objects while tracking it.
Does it possible to use C++ code inside Lens studio? Do you have a hand tracking algorithm for tracking the finger (not by spesific gesture)?
Thank you,
Tomer
Hey!
To my knowledge, Lens Studio only supports JavaScript to be used for your Lenses.
I don't think it is possible to add C++ code.
Regarding your question about a hand tracking algorithm, I can suggest that you check out the "Hand Joints" Template inside of Lens Studio.
You can read the official article/tutorial here: Hand Joints
This template allows you to track single joints of your hand.
I hope this helps you!
~Ian