View my account

Zooming with the IR Imagers of the RealSense D435

Comments

1 comment

  • MartyX Grover

    Hi Michael Harder  The sensors or the RealSense SDK do not have a built-in zoom feature for infrared (depth pointclouds can be zoomed with code).  If you are able to use OpenCV though then a possibility may be to convert the RealSense infrared frame to an OpenCV mat and then use OpenCV code to zoom, like in the Python tutorial at the link below.

    https://pythonmana.com/2021/01/20210105204228959c.html

     

    The default interpolation setting of cv2.INTER_LINEAR is recommended for zooming.

    0
    Comment actions Permalink

Please sign in to leave a comment.