ye zhenya
ye zhenya
Hello,Did you solve this problem, I also encountered.
@rainyl Hello. \AppData\Local\Pub\Cache\hosted\pub.flutter-io.cn\opencv_dart-1.2.5\windows, I can find opencv_dart.dll, When I run the example you provided, it prompts ArgumentError (Invalid argument(s): Failed to load dynamic library 'opencv_dart.dll': Invalid access to memory location....
I just added this dependency in pub.yaml, and then used the code you provided: final img = cv.imread("test/images/lenna.png", flags: cv.IMREAD_COLOR); final gray = cv.cvtColor(img, cv.COLOR_BGR2GRAY); print("${img.rows}, ${img.cols}"); cv.imwrite("test_cvtcolor.png", gray); In...
1.‘ED67F391C1B1DD8E12BD2A01152ABE77010AB3DF2F499AFD0DBAE274517CA6BA’ My output is different from yours 2.My operating system is windows11 x64. 3.The flutter doctor information is as follows: Flutter assets will be downloaded from https://storage.flutter-io.cn. Make sure you...
I downloaded and replaced it, but the effect is still the same. I tested the hash value and it is consistent with what you gave. Is there any other operation?
I changed the computer and this problem did not occur.
I also encountered the same issue , is there any progress?