Intel RealSense D435i hand-tracking samples
Hello,
I'm trying to run the realtime-hand-tracker from https://github.com/IntelRealSense/hand_tracking_samples but i receive this error:

I updated the firmware and checked the configuration on the readme and it was all ok. Did someone have the same problem?
Thanks in advance!
Antón
-
Hi Antonsrial. This sample program was published shortly before the 400 Series cameras first became available. The guide speculated that support for those cameras may be added, but as far as I know the program was not updated for the 400 Series. The D435i was released about a year after the first 400 Series cameras and would have even less chance of being compatible with this hand tracking program.
For defining a convolutional neural network (CNN) to work with the 400 Series cameras, I would recommend the free open source OpenVINO Toolkit and its RealSense compatibility wrapper.
https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit.html
https://github.com/IntelRealSense/librealsense/tree/master/wrappers/openvino
If you are more interested in hand gestures than convolutional neural networks, the Nuitrack SDK commercial skeleton tracking software is compatible with the 400 Series, including D435i.
If however you require very fine control over hand joint tracking, an advanced level seminar on YouTube by Intel about training a joint recognition system with RealSense cameras may be helpful
-
Someone wrote a hand tracking demo program for OpenVINO.
Please sign in to leave a comment.
Comments
3 comments