View my account

How can i improve our depth image resolution in d435

Comments

3 comments

  • Blake58

    this is (640,480) setting's image.

    and this one is none fiter photo. we want filter applied depth image with non filter's resolution

    0
    Comment actions Permalink
  • MartyX Grover

    Hi Blake58  Is your camera on a USB 2 connection, or plugged into a USB 3 port but being detected as USB 2?  The error message RuntimeError: Couldn't resolve requests indicates that the SDK cannot fulfill the stream configuration request, either because the requested resolution / FPS mode is not currrently supported by the camera or because of a mistake in the instruction.

    If you have defined the stream like this:

    config.enable_stream(rs.stream.depth, 1280, 720, rs.format.z16, 30)

    then a USB 2 connection would prevent this instruction from working.  This is because on USB 2 the resolution 1280x720 is limited to an FPS speed of (on the D455 model the minimum FPS is 5).

    https://www.intelrealsense.com/usb2-support-for-intel-realsense-technology/

     

    0
    Comment actions Permalink
  • Blake58

    Oh, we didn't check fps. Thank you for reply . Our project doesn't requires high fps so, we can use that. Thank you again

    0
    Comment actions Permalink

Please sign in to leave a comment.