NuGet for newly added wechat_qrcode?
I see https://github.com/shimat/opencvsharp/pull/1375 is merged, this is super cool, will it create a nuget package soon?
After adding wechat_qrcode, one GitHub Action is not working properly, and I cannot publish the new NuGet package without fixing it. https://github.com/shimat/opencvsharp/runs/4988054483?check_suite_focus=true
Frankly speaking, I think that some pure C# libraries (e.g. ZXing.NET) are sufficient for QR code detection/recognition functions without relying on OpenCV. I've been struggling a lot lately to keep OpenCvSharp working on many platforms, and I'm reluctant to make changes that will make it harder to build. (If OpenCvSharp runs on Windows and Ubuntu, that's good enough for my personal use.)
If it is difficult to solve this problem, I am sorry to say that I may remove the wechat_qrcode feature.
Actually ZXing.NET is not as good as wechat_qrcode in performance and accuracy.
I think we need to bump the version of cmake to make the build succeed. Maybe use 3.1-focal (20.04) instead of 3.1-bionic (18.04)?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.