View my account

How to analyze IR (850nm) wavelength with the Intel RealSense D435 and IR-pass filter

Comments

1 comment

  • MartyX Grover

    Hi Michael Harder  It sounds as though you want to use the IR Pass filter to exclude visible light wavelengths but allow Near IR (NIR) wavelengths to pass through.  Is that correct, please?

     

    Intel's new RealSense D435f model adds such filters to the lenses of the D435 or you could potentially retrofit your existing D435 cameras externally with the same filter used on the D435f.  The link below provides more information about this.

    https://support.intelrealsense.com/hc/en-us/community/posts/7030571809299

     

    The D435 will support an infrared resolution of 1280x720 at 30 FPS on a USB 3 connection.

     

    Traditionally in terms of RealSense, a Region of Interest (ROI) refers to an auto-exposure region of interest, where a defined area of the screen has its pixels maintained at a defined intensity setpoint value.  As you provide height, width and distance values, I wonder whether you are seeking to instead define a 3D bounding box and only do processing work on the coordinates within that box, like in the case at the link below.

    https://github.com/IntelRealSense/librealsense/issues/4838#issuecomment-530404166

     

    If it is an auto-exposure region of interest that you are seeking to implement then a Python code snippet for doing so is here:

    https://github.com/IntelRealSense/librealsense/issues/2681#issuecomment-436391721

    0
    Comment actions Permalink

Please sign in to leave a comment.