IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.6k stars 4.83k forks source link

Hand tracking in librealsense 2.0 #7243

Closed ntang996 closed 4 years ago

ntang996 commented 4 years ago

Required Info
Camera Model D435
Firmware Version 05.12.06.00
Operating System & Version Win10
Kernel Version (Linux Only) (e.g. 4.14.13)
Platform PC
SDK Version { 2.36 }
Language {C/C#/python }
Segment {Robot/Smartphone/VR/AR/others }

Issue Description

From previous posts, Intel recommends use 3rd party, like Nuitrack to do hand tracking, but Nuitrack only support gesture recognition, no finger joints tracking support. From https://www.intelrealsense.com/hand-tracking-overview/, Intel plan to have finger tracking in new release. Is there any progress on this subject? Thanks!

MartyG-RealSense commented 4 years ago

Hi @ntang996 I am not aware of any plans for Intel to officially add finger joint tracking as a built-in feature of RealSense SDK 2.0. You can use RealSense 400 Series cameras to train a data-set to recognize joints. Intel published a seminar about this subject on YouTube.

https://www.youtube.com/watch?v=VSHDyUXSNqY

ntang996 commented 4 years ago

Thanks, MartyG