I am trying to get hand tracking, I am following the steps in the hand tracking example but I didn't use the app framework, because the only thing I need is detection of the hand tracking, I am using my own GUI to render.
I initialized the perception system, and also initialized Handtracking handler, and static data
then requesting the update in the update loop as seeing in the code.
Hi @a.al-darraji, Thank you for your post. Looking into this now. Can you tell me what version and which SDK you are using? You're working with C API, correct?
Thanks for your reply, I will do it on Monday and test, but I am interested, I don't recall reading anything in the documentation or header files regarding the Head Tracker.
However, the issue now, is that the mask returned by which joints are detected is always the same.
whenever a hand is detected, it always make the mask points true (all of them, even if it is just the finger tip)
except for mask point 21, 22 Unral and Radial.
is this intended? Because, that is the case as well for the hand_tracking sample app.
Yes @a.al-darraji, what you see with keypoints point 21, 22 is expected. Also the need to create head tracker is fixed in the latest release 1.1.0-dev1. Thank you.