Robotics - Publish and Subscribe to RGB Image from Intel Realsense

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 6

  • @高雅-d4g
    @高雅-d4g 10 месяцев назад +1

    Amazing and helpful Ros2 Video! Thanks a lot

  • @葉峻翰-x7i
    @葉峻翰-x7i Месяц назад

    hello,I have a error >> RuntimeError: Frame didn't arrive within 5000
    , how to solve?

    • @EngineeringCorner
      @EngineeringCorner  Месяц назад

      I have encountered that issue if 1) I am using a non usb 3.0 cable and trying to use too high a resolution. Or 2) I am using a resolution in the config for the camera that does not exist

    • @葉峻翰-x7i
      @葉峻翰-x7i Месяц назад

      so I need to buy usb 3.0 cable to solve this problem right?

    • @EngineeringCorner
      @EngineeringCorner  Месяц назад

      That’s how I have solved this issue in the past. First I would download the real sense sdk and check the available resolutions with your setup. Then change my config in the code to use one of these supported resolution that the camera sees. If that works then it is a good bet that you need to buy a 3.0 cable

    • @葉峻翰-x7i
      @葉峻翰-x7i Месяц назад

      @@EngineeringCorner ok,thank you