[question] OpenCV 4.5.0 - support for Andoid, iOS, MacOS
See original GitHub issueHi, 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:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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:But I guess this is a completely different story. Thanks @ericLemanissier for the hint!
please retry with
-u
argument, the recipe was updated two days ago to solve a similar problem