rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter.
https://pub.dev/packages/opencv_dart
Apache License 2.0
78 stars 10 forks source link

fix auto setup, make VecUChar.toU8List() return a copy of data, upgrade to OpenCV 4.10.0 #83

Closed rainyl closed 2 weeks ago

rainyl commented 3 weeks ago

auto setup download from release

Releated issues:

rainyl commented 3 weeks ago

For macos-14 arm64, it's a bug of opencv, waiting for it's fix Fixed by disabling obsensor

For windows, tests are passed on my PC, not sure why failed on windows-2022 runner, github updated the runners recently, maybe it's a problem of runner...

Edit: Releated:

Edit 1:

It's the problem of github runner windows-2022, can't solve it, revert to windows-2019

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.03%. Comparing base (a763082) to head (787d0c8). Report is 3 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #83 +/- ## ======================================= Coverage 90.03% 90.03% ======================================= Files 36 36 Lines 5277 5277 ======================================= Hits 4751 4751 Misses 526 526 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rainyl commented 2 weeks ago

Ready to merge.