View my account

python sample code for D435i .

Comments

1 comment

  • MartyG

    The feature-set that you require goes beyond any currently available sample code available for Python via Intel.  The existing RealSense-compatible solution that best meets this request is a commercial skeletal and face-tracking software called Nuitrack SDK. It is $40 USD a year but has a free trial version.

    https://nuitrack.com/

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

    A Nuitrack user wrote a wrapper to access Nuitrack from Python.

    https://github.com/silasalves/pynuitrack 

    Alternatively, a more direct way to access face detection and analysis features from Python would be to use the Dlib library, which was made for C++ but supports Python.  If you go to the link below and find the "Help / Info" section in the side-panel, expanding open the Examples: Python section shows a list of Dlib face sample programs for Python.

    http://dlib.net/ 

    0
    Comment actions Permalink

Please sign in to leave a comment.