Closed MichelM279 closed 2 months ago
@MichelM279 Get it. Will test it.
@MichelM279 Could you please update your pubspec.yaml
to use opencv_dart from github repo to test whether this issue is solved by #228? Since I have no plan to release new versions for v2.x
until they make Native Assets
feature stable.
opencv_dart:
git:
url: https://github.com/rainyl/opencv_dart.git
ref: c5b79c6
@rainyl thank you for coming back to me so quickly. Updaing my pubspec.yaml as mentioned above unfortunately did not resolve the issue.
@rainyl thank you for coming back to me so quickly. Updaing my pubspec.yaml as mentioned above unfortunately did not resolve the issue.
did you clean the previous build? flutter clean
That seems to be it, now it works after a flutter clean. Thank you very much.
That seems to be it, now it works after a flutter clean. Thank you very much.
😄
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior: Using pretty much the example code with minimal altercations (tested to work on 2.0.0-dev.12):
in main.dart:
or with the same sample image as in the example:
in recognitionStarter:
crashes at imdecode
Expected behavior Image being decoded from uInt8List to cv.Mat
Desktop (please complete the following information):
Additional context