IntelRealSense / librealsense

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

Can I use PXCFaceModule with D435 to try Face Tracking? #4430

Closed coldcoda closed 5 years ago

coldcoda commented 5 years ago

Can I use PXCFaceModule with D435 to try Face Tracking? And get face location detection, landmark detection? How can I get the PXCFaceModule ?

MartyG-RealSense commented 5 years ago

The PXCFaceModule and other modules from the 2016 RealSense SDK are unfortunately not compatible with modern '400 Series' RealSense cameras such as D415 and D435.

The face features that you are interested in are 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://nuitrack.com/

https://download.3divi.com/Nuitrack/doc/UnityFaceTracking_page.html

dorodnic commented 5 years ago

You can get face detection and landmarks for free from any camera using opencv and dlib: facial-landmarks-dlib-opencv-python