How to Install OpenCV Python on Raspberry Pi | Video Streaming with OV5647 on OpenCV

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

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

  • @Rj_6v
    @Rj_6v 9 месяцев назад +1

    I apply a Python code linked directly to the camera to process the images by converting them to Binary and then specifying the edges in the same way and clarifying them by adding open cv. The code is run, but no camera window appears for me to apply the code.

    • @Embedded_Programmer
      @Embedded_Programmer  9 месяцев назад

      Which method did you use? cv2.imshow? did you use cv2.waitKey() at the end of your code?

  • @bbbbbmmm328
    @bbbbbmmm328 9 месяцев назад +1

    Unable to locate package opencv-python?

    • @Embedded_Programmer
      @Embedded_Programmer  9 месяцев назад

      Try sudo add-apt-repository python-opencv, then sudo apt-get update

  • @lks768
    @lks768 8 месяцев назад +1

    hi my problem is : unable to locate repository libjasper-dev ! i try sudo add-apt-repository but say "command not found"

    • @Embedded_Programmer
      @Embedded_Programmer  8 месяцев назад

      Try using the following commands:
      sudo add-apt-repository 'deb security.ubuntu.com/ubuntu xenial-security main'
      sudo apt update
      sudo apt install libjasper1 libjasper-dev

    • @lks768
      @lks768 8 месяцев назад +1

      @@Embedded_Programmer thanks but can solve the problem only install opencv and this library works without other dependency!