depthai_hand_tracker icon indicating copy to clipboard operation
depthai_hand_tracker copied to clipboard

Question: Getting hand camera space coordinates in -xyz mode

Open MoritzSkowronski opened this issue 1 year ago • 1 comments

Hey, I have a simple question regarding the -xyz mode: Am I correct in the assumption that one only gets the coordinate of the wrist in the camera space coordinate system and would have to manually calculate (not too difficult obviously) the camera space coordinates of the remaining landmarks?

MoritzSkowronski avatar Jan 06 '23 08:01 MoritzSkowronski

Exactly. Your suggestion of calculating the remaining landmarks coordinates is actually done in the 3D visulaization example: https://github.com/geaxgx/depthai_hand_tracker/tree/main/examples/3d_visualization in what I called "mixed" mode.

geaxgx avatar Jan 06 '23 11:01 geaxgx