View my account

D455 Left Infrared Streaming

Comments

2 comments

  • MartyX Grover

    Hi Baraka, thanks very much for your questions.

     

    1.  Yes, you can stream depth and 'RGB from left infrared sensor' simultaneously and do so with C++ code.

     

    2.  Yes, depth is calculated from the left and right infrared sensors.  However, the left and right infrared frames that are used are raw frames in the camera hardware and not the Infrared and Infrared 2 streams.  So depth generation is not dependent upon the infrared streams, which is why depth can be enabled on its own without infrared also having to be enabled.

     

    3.  Streaming 'RGB from left infrared sensor' is an efficient way of generating a color image, as described in information about this mode that can be found here:

    https://dev.realsenseai.com/docs/tuning-depth-cameras-for-best-performance#use-the-left-color-camera

     

    Having more than one stream active simultaneously will have a minor processing burden cost and USB bandwidth usage cost though.  Increasing the 'frame queue size' in your C++ code could reduce the risk of frame drops occurring in a 2-stream setup.

    0
    Comment actions Permalink
  • Baraka Masinde

    This is great news. Thank you for the swift response. I will give it a go with my equipment.

    0
    Comment actions Permalink

Please sign in to leave a comment.