geaxgx / depthai_hand_tracker

Running Google Mediapipe Hand Tracking models on Luxonis DepthAI hardware (OAK-D-lite, OAK-D, OAK-1,...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Getting hand camera space coordinates in -xyz mode

MoritzSkowronski opened this issue · comments

commented

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?

commented

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.