View my account

Random depth frame drop in Realsense D435 and D455

Comments

6 comments

  • MartyX Grover

    Hi Manoj Guha  Are the four high resolution cameras active at the same time as the RealSense D455, please?  A USB hub has a maximum amount of data bandwidth (often 5 Gigabits per second / gbps).  When using multiple cameras simultaneously, one of the cameras may be negatively affected if the total bandwidth consumed by all attached cameras exceeds the hub's maximum permitted bandwidth.

     

    A solution for this is to use a hub with a higher bandwidth allowance such as 10 Gbps or to link together more than one hub and spread the cameras across them instead of having all cameras on one hub.  If your computer has a spare USB3 port then you could also try connecting the single D455 directly to the computer and having the four high-res cameras on the hub so that the D455 is using the computer's USB bandwidth allowance instead of the hub's.

     

    It is also worth bearing in mind that each attached device consumes a portion of the computer's resources, so a good computer hardware specification is important for simultaneous multicam to help avoid performance drops.

    0
    Comment actions Permalink
  • Manoj Guha

    MartyX Grover There was only one Realsense D435 connected in the case where the image table has been mentioned. No other USB 3 device was active or connected.

    0
    Comment actions Permalink
  • MartyX Grover

    Thank you for the clarification about the number of active cameras.

     

    Which method did you use to install the 2.50.0 librealsense SDK on your Jetson NX, please?  If it is installed from Jetson-specific packages at the link below or is built from source code with CMake with the -DBUILD_WITH_CUDA=ON flag included in the CMake build instruction then the SDK's support for CUDA will be enabled.  This provides assistance for alignment operations by offloading its processing from the Jetson's CPU onto its Nvidia graphics GPU, greatly reducing demand on the CPU that may lead to reduced performance.

    https://github.com/realsenseai/librealsense/blob/master/doc/installation_jetson.md

    0
    Comment actions Permalink
  • Manoj Guha

    MartyX Grover 

    We built the realsense package with CUDA suport now and even after that we are still seeing random colour and depth frame drops. 
    Instead of using Nvidia Jetson device we will try to run in my Ubuntu 20 laptop and see the behaviour. 

    0
    Comment actions Permalink
  • MartyX Grover

    Okay, I look forward to your next report after tests on your Ubuntu laptop.

    0
    Comment actions Permalink
  • MartyX Grover

    Hi Manoj Guha  Do you require further assistance with this case, please?  Thanks!

    0
    Comment actions Permalink

Please sign in to leave a comment.