-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support macOS 10.15+ #249
Comments
@ywu2014 The minimum supported macos version is 11.0, I will try to support 10.15, you can try to build the project by yourself for now. |
thx,then about what time will you support 10.15,is there a general plan? |
I am migrating the entire build system to cmake, including opencv.full, the most important dependency is ffmpeg, since github doesnt provide macos 10.15 runner, ffmpeg needs to be properly configured, also I am planning to support ffmpeg on android and ios, so it may take a long time to finish. |
@rainyl OK,thx! |
Never mind. I am going to reopen this issue to remind myself, hope you wont mind it. |
No problem! |
opencv_dart and opencv_core version v1.3.0 have been published, with macos 10.15 and above supported. |
opencv_dart version is opencv_dart: ^1.2.4, but when i start app using command
flutter run -d macos
it shows Failed to load dynamic library 'libopencv_dart.dylib': dlopen failed: library "libopencv_dart.dylib" not found
the readme document said it will download libs auto automatically, but it didn't fot me.
so i manually run commands below
and it did download libs,but still show "libopencv_dart.dylib" not found
then i set the lib environment below
and this time,it shows no suitable image found
![image](https://private-user-images.githubusercontent.com/6658901/369790254-2e9e7e2f-86e8-44f8-9723-c7aba4b29241.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjI1MTUsIm5iZiI6MTczOTEyMjIxNSwicGF0aCI6Ii82NjU4OTAxLzM2OTc5MDI1NC0yZTllN2UyZi04NmU4LTQ0ZjgtOTcyMy1jN2FiYTRiMjkyNDEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTczMDE1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MzcxYjgxMThlZTc2YWEwNzA0MzhkMjk2YzA4ZGQyMWJjNzFmODFhNDQwOTA1MzQwNDgxM2I3MzMxMGQ5OTI4YiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.58KoT2TWkmcvzmL6Ba2wTGAeTJHh2gay9pCF_dB_ZaE)
my os version is macOS Catalina 10.15.7
The text was updated successfully, but these errors were encountered: