View my account

Skeleton Tracking SDK for D455 or D435 Inquiry

Comments

2 comments

  • MartyG

    Hi Avino1033  The new RealSense D455 has a fast "global shutter" on its RGB sensor for the first time to match the fast global shutter on the depth.  So if your project will use RGB color, then the fast RGB shutter of the D455 should help to avoid blurring on the color image during quick hand motion that the earlier 400 Series models were vulnerable to.

    The Cubemos Skeleton Tracking SDK does not require a VPU such as Movidius. 

    The 400 Series cameras can work with any computer / computing device with an Intel or ARM processor.  A saying that I like to attribute to it is that "it can run on a potato".  This is possible because the camera has a built-in processing board called the Vision Processor D4 that can do processing work on the captured camera data that a computer's GPU would have to otherwise do if the D4 was not in the camera.

    A single 400 Series camera can work on a low-power computing device such as a Raspberry Pi 3B.  Having said that, RealSense applications can benefit from a good hardware specification on a computer.  An 8th generation i7 should provide good performance with a single camera, as an i7 computer can handle four 400 Series cameras attached to the same computer.

    It is also possible to offload work from the computer's CPU to the GPU to further accelerate an application.  And the cameras can be optionally paired with the Neural Compute Stick 2 to benefit from hardware acceleration of vision computing projects.

    My understanding is that for hand gesture recognition, the Nuitrack SDK commercial software may be a better option than Cubemos.  Nuitrack SDK is compatible with the RealSense D415, D435 and D435i cameras.  Cubemos supports "body gestures".

    https://nuitrack.com/ 

    For advanced hand tracking, you may need to explore the advanced-level subject of training a camera with algorithms to recognise body joints.  Intel have published a seminar on YouTube about doing this with RealSense.

    https://www.youtube.com/watch?v=VSHDyUXSNqY 

    1
    Comment actions Permalink
  • Avino1033

    Thank you so much for your reply, MartyG! It's exactly what I needed.

    0
    Comment actions Permalink

Please sign in to leave a comment.