General HUSKYLENS

Get the posture using pose recognition on HuskyLensV2

userHead Mohamad.Bdeir 2025-11-30 19:52:55 204 Views2 Replies

Has anyone tried to get the posture of a person using the huskylens2? If yes, then how?

Pose recognition gives me the coordinates of the persons main joints, which can be used to determine the persons posture but might not be very accurate. I'm curios to see how you guys did it.

2026-02-19 11:45:35

Actually, I am not able to get the coordinates of major joints. I followed the tutorial and all the pull down menu of “pose nearest to center” only has id, name, x center, y center, width, and height. It does not provide the detailed body keypoint coordinates including eye, ear, shoulders, elbows, wrists, hips, knees, and ankles. I did refer to this URL when adding the Huskylens extension 

https://github.com/DFRobot/pxt-DFRobot_HuskyLensV2.

 

userHeadPic Dickson.Mak
2025-11-30 21:00:08

If you need medical-grade or fitness-grade accuracy, you’ll need a more advanced model or a depth camera.

But for robotics, alerts, counting, or simple detection → HuskyLens + geometric rules works fine.HuskyLens 2 works  for posture detection only with your own logic. No built-in posture classifier exists.

userHeadPic ahsrab.rifat