-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hello there, when I run cv.imdecode() the console shows the following error, but it still can run and return a result.
"flutter: Error loading libdartcv.dylib, error: Invalid argument(s): Failed to load dynamic library 'libdartcv.dylib': dlopen(libdartcv.dylib, 0x0001): tried: 'libdartcv.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibdartcv.dylib' (no such file), "
To Reproduce
Here is the code
(bool, Uint8List) grayScale() {
final src = cv.imdecode(imageBytes, cv.IMREAD_GRAYSCALE);
return cv.imencode('.jpg', src);
}
Screenshots
Desktop (please complete the following information):
- OS: macOS26.0.1
- opencv_core: ^1.4.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working