You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just finished compiling the dll for Windows through the README but the following error still shows up whenever I run a program; Invalid argument(s): Failed to load dynamic library 'opencv_dart.dll': The specified module could not be found. (error code: 126)
What do I do next? How do I run it properly or add it to Flutter/Dart?
The text was updated successfully, but these errors were encountered:
Add the path of opencv_dart.dll to your PATH environment variable.
If you intend to use for a flutter project, after compiled, opencv_dart.dll should be copied to windows directory of opencv_dart, and you just need to add opencv_dart to your flutter project dependencies. see more detailes in example
I have just finished compiling the dll for Windows through the README but the following error still shows up whenever I run a program;
Invalid argument(s): Failed to load dynamic library 'opencv_dart.dll': The specified module could not be found. (error code: 126)
What do I do next? How do I run it properly or add it to Flutter/Dart?
The text was updated successfully, but these errors were encountered: