question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[question] OpenCV 4.5.0 - support for Andoid, iOS, MacOS

See original GitHub issue

Hi, I’m glad to see a brand new recipe for the recent OpenCV version. Unfortunately, I cannot use it for an Android build, conan install fails. I guess the current version doesn’t support it? Any plans to add support for other platforms? I would need Android, iOS and MacOS in addition to Linux. Currently we use a slightly modified version from https://bintray.com/conan-community/conan/opencv%3Aconan/4.1.1%3Astable. Thanks!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
andiozcommented, Nov 27, 2020

Wow, indeed, now it starts to compile! I guess my problem comes from the gtk dependency, which was not disabled correctly. Now it compiles the dependencies and starts with opencv itself, stopping with this error:

CMake Error at source_subfolder/samples/android/15-puzzle/CMakeLists.txt:3 (add_android_project):
  Unknown CMake command "add_android_project".

But I guess this is a completely different story. Thanks @ericLemanissier for the hint!

1reaction
ericLemanissiercommented, Nov 27, 2020

please retry with -u argument, the recipe was updated two days ago to solve a similar problem

Read more comments on GitHub >

github_iconTop Results From Across the Web

OpenCV 4.5.0
Support latest OpenVINO 2021.1 release; Tengine lite support for inference on ARM; Many fixes and optimizations in CUDA backend.
Read more >
OpenCV error: the function is not implemented - Stack Overflow
I hope this answer is still useful, despite problem seems to be quite old. If you have Anaconda installed, and your OpenCV does...
Read more >
Setting up Mac with Apple Silicon for OpenCV Java ...
Learn how to prepare Apple Silicon Macs for OpenCV Java development.
Read more >
Building and Installing OpenCV 4.5.0 on an M1 Mac
This post shows how to build and install OpenCV 4.5.0 on a MacBook Pro that comes with an M1 chip.
Read more >
How to Install Opencv 4 on MacOS? - GeeksforGeeks
Step 2: Check if pip3 and python3 are correctly installed. ... Step 3: Upgrade your pip to avoid errors during installation. ... Step...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found