View my account

To capture the xyz data of 78 feature points on the face

Comments

4 comments

  • MartyG

    Hi Tkchating  The 2016 SDK with the face landmark functions is not compatible with modern RealSense cameras such as the 400 Series and L515.

    On the modern 400 Series cameras, face points can be detected using a library called dlib

    http://dlib.net/ 

    The RealSense SDK has an example dlib facial landmark detection program called rs-face-dlib

    https://github.com/IntelRealSense/librealsense/tree/master/wrappers/dlib/face 

     

    If you would prefer a pre-made commercial grade solution, the Nuitrack SDK (which is compatible with RealSense 400 Series cameras) can provide face landmark detection.  The link below shows a Nuitrack face example program in the Unity engine:

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

    Here is a non-Unity example of Nuitrack SDK's face tracking:

    https://www.youtube.com/watch?v=HOm0-7qL5hk 

    1
    Comment actions Permalink
  • Tkchating

    Thank you very much MartyG .You solved my problem very well.The Face-Dlib and Nuitrack SDK you provide are also great.

    But it's a little pity that their work is not quite in line with what I want

    Because What I want to extract is the 3D displacement data of many key points of the face within 1 second of completing an expression action (such as smile), I found the Face Landmark provided by SR300 and 2016 SDK.

    Thank you again!

    0
    Comment actions Permalink
  • MartyG

    Using the 2016 SDK is possible but complicated by a couple of factors:

    -  SR300 cameras are difficult to purchase now.  There are a couple of third-party SR300 compatible cameras called the Creative BlasterX Senz3D (which is virtually identical to the official SR300, as Creative manufactured the original SR300 for Intel).  There is also the Razer Stargazer camera.  Both third-party cameras are difficult to obtain now though.

    - The 2016 SDK only works with Windows and is likely to become increasingly incompatible with modern Windows versions as time progresses, as updates for it stopped years ago.

    You can sometimes find RealSense camera models no longer stocked in the online RealSense Store (such as retired models like the ZR300 stereo camera) if you browse around Intel Authorized Distributor retailers.  The site below has a list of Authorized Distributors, with a drop-down menu of countries so you can find local stockists.

    https://www.intel.com/content/www/us/en/partner/where-to-buy/overview.html 

    0
    Comment actions Permalink
  • Tkchating

    Ok, thank you very much for your patience in answering my questions.Wish you success in your career and happiness of your family!

    0
    Comment actions Permalink

Please sign in to leave a comment.