Closed llrtt closed 5 years ago
pxcsensemanager dates back to the old 2016 RealSense SDK for the F200, R200 and SR300 camera models. If you are not using one of those old models or are not using the 2016 SDK then you shouldn't worry about pxcsensemanager.
How can i use similar function as gesture recognition with current RealSense SDK? @ @MartyG-RealSense
Hand, body and face tracking is available for the D415 and D435 in a commercial software package called Nuitrack SDK. It costs $39.99 a year, and also has a free trial version.
https://download.3divi.com/Nuitrack/doc/UnityFaceTracking_page.html
Dorodnic the RealSense SDK Manager offered the following additional suggestion to another user who wanted to do face tracking,
You can get face detection and landmarks for free from any camera using opencv and dlib: facial-landmarks-dlib-opencv-python
Do you know where to get 2016 RealSense SDK ? I'm using a SR300 camera and want to write an application to recognize some gestures. @MartyG-RealSense
Version '2016 R3' of the old SDK is available from the link below. It is split up into a core 'Essentials' module and a number of optional additional modules such as 'Hand Tracking' and 'Face Tracking'. You should install the Essentials module first, and then after that install the optional modules for the features that your project needs.
How can i find the pxcsensemanger.h? I've seen many instances containing this, but i never see one from this github.