View my account

"RuntimeError: Frame didn't arrive within 5000"

Comments

34 comments

  • MartyG

    The RealSense SDK provides a bag frame extraction tool called rs-convert that can extract depth, RGB and IMU frames.  The IMU frames can only be extracted to the text-based .csv format (compatible with databases and spreadsheets) rather than an image file.

    https://github.com/IntelRealSense/librealsense/tree/master/tools/convert

     

    The tool is in C++ language rather than Python but if your librealsense installation includes the tools and examples then you should be able to find a pre-built executable version of it on your Ubuntu computer in the usr/local/bin folder. 

    0
    Comment actions Permalink
  • Sohampadhye1998

    Hello MartyG

    Can you please tell me focal length and pixel size of image sensor in D455 camera.

    As per manual D450 has focal length of 1.93 mm but what about D455, and I didn't get the pixel size.

    Thank you.

     

    0
    Comment actions Permalink
  • MartyG

    A D455 camera contains a D450 depth module board inside it.  So the 1.93 mm focal length listed in the data sheet document for the D450's left / right and RGB color sensors will be the same for D455.

    0
    Comment actions Permalink
  • MartyG

    In regard to pixel size, in the link below an Intel RealSense team member states that pixel size for the D435i camera model is 3um x 3um and D455 has the same pixel size.  This pixel value comes from the size of the sensor's global shutter.

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

    0
    Comment actions Permalink

Please sign in to leave a comment.