View my account

AMG8833 IR Thermal Sensor with RealSense Cameras

Comments

1 comment

  • MartyX Grover

    Hi Mercio Jonova  There have been a couple of past cases where users of FLIR thermal imaging cameras have attempted to align them to the depth of RealSense cameras, so that may be a helpful reference for you if you have not seen it already.

    https://github.com/IntelRealSense/librealsense/discussions/11392

     

    The minimum depth FPS of a D435 is 6 FPS and the minimum of D455 is 5 FPS.  So using one of these would get you a frame rate that is closer to your thermal sensor's 10 FPS than the default 30 FPS of RealSense cameras.

     

    If you need to match exactly to 10 FPS then it is possible to use programming code to create a custom frame rate for the RealSense camera by only using every "nth" frame.  For example, setting a speed of 30 FPS but only using every 3rd frame to simulate 10 FPS.

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

     

    In regard to use cases for thermal / depth combination, they could include observing the movement of non-human creatures such as insects or mammals, or analysis of the current integrity of materials on buildings or architectural constructs such as bridges.  Some also use thermal and depth sensing for ghost hunting but that is not a field we have experience in supporting!

     

    My knowledge of thermal cameras is insufficient to state whether a higher resolution thermal module would be beneficial when combining the thermal data with RealSense data.

    0
    Comment actions Permalink

Please sign in to leave a comment.