How to install OpenCV in Qt on macOS

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

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

  • @AltairIV9
    @AltairIV9 2 месяца назад

    One of few tutorials in my life that everything works, thank you.

  • @roryhill717
    @roryhill717 Год назад

    Everything worked without a hitch. Great tutorial. Many thanks!!

  • @jishada.v643
    @jishada.v643 4 года назад +1

    Nice video. Saved my hours. Neatly explained. Please do more videos.

  • @ibraheemassiri
    @ibraheemassiri 2 года назад

    Thanks, was helpful.

  • @7isenseven7
    @7isenseven7 4 года назад

    Thx a lot for the video!
    I had the error "The file was generated by an older version of protoc" do you have an idea how to solve that?

    • @andregomesvision694
      @andregomesvision694  3 года назад

      Hi. Maybe you have another protobuf installed in your system that is in conflict. If so, try to remove one of them. Maybe you have installed another one via HomeBrew for another case? Please check this issue on GitHub. Not the same sources, but I believe it may help you: github.com/BVLC/caffe/issues/6527

  • @an_gorniy
    @an_gorniy 3 года назад

    You did not use Xcode, so why it need? And also I would like to ask what flags need to set in qt installer ? thanks in advance

    • @andregomesvision694
      @andregomesvision694  3 года назад

      You actually don't need full Xcode, but only the command line tools that come with it, since we need a compiler to build OpenCV from sources. As for the flags to set in qt installer, I'd suggest leaving all options as default, using the installer here: www.qt.io/download-open-source?hsCtaTracking=9f6a2170-a938-42df-a8e2-a9f0b1d6cdce%7C6cb0de4f-9bb5-4778-ab02-bfb62735f3e5
      Hope it helps.

  • @SaeedDev
    @SaeedDev 3 года назад

    After I checked build_opencv_world
    I got the error:
    CMake Warning at cmake/OpenCVDownload.cmake:202 (message):
    IPPICV: Download failed: 28;"Timeout was reached"
    I downloaded that manually but do not know where to put it.
    Any Idea?

    • @andregomesvision694
      @andregomesvision694  3 года назад

      Please check this solution. Let me know if it helps:
      www.programmersought.com/article/82131302054/

  • @emirhan1356
    @emirhan1356 2 года назад

    make command throws errors. it think this is happening because i'm using an arm64 macbook(m1)