View my account

D435i RGB, Infrared sensor FOV

Comments

3 comments

  • MartyG

    Hi Hoo2257  The physical FOV size of the sensors on RealSense cameras is fixed.  When alignment is performed between depth and color using the SDK's align processing block though, the image's FOV size will be automatically aligned to that of the target sensor.

    https://dev.intelrealsense.com/docs/projection-in-intel-realsense-sdk-20#section-frame-alignment

    So when aligning depth to color, the depth FOV is resized to the color FOV size.  And when performing color to depth alignment, the color FOV is resized to the depth FOV.

    Further information about the principles of alignment can be found in the opening section of the documentation for the rs-align example program.

    https://github.com/IntelRealSense/librealsense/tree/master/examples/align#overview

    0
    Comment actions Permalink
  • Hoo2257

    I have a follow up question. I have tried the align method on both rgb and depth and it worked. When I set the target sensor to color, only camera for depth is aligned and infrared image was not aligned. When I set the target sensor to depth, all three camera was aligned but the image for rgb and infrared was broken. Lastly, when i set the target sensor to infrared, only depth camera was aligned to the infrared camera. Is there any method that i can perform alignment on all three camera?

    0
    Comment actions Permalink
  • MartyG

    The link below discusses aligning depth, color and infrared and provides a Python script.

    https://github.com/IntelRealSense/librealsense/issues/5093

    0
    Comment actions Permalink

Please sign in to leave a comment.