opencvsharp icon indicating copy to clipboard operation
opencvsharp copied to clipboard

NuGet for newly added wechat_qrcode?

Open sdcb opened this issue 3 years ago • 4 comments

I see https://github.com/shimat/opencvsharp/pull/1375 is merged, this is super cool, will it create a nuget package soon?

sdcb avatar Jan 28 '22 01:01 sdcb

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.

shimat avatar Jan 29 '22 04:01 shimat

Actually ZXing.NET is not as good as wechat_qrcode in performance and accuracy.

sdcb avatar Jan 30 '22 02:01 sdcb

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)?

theb0rg avatar Jan 31 '22 08:01 theb0rg

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.

stale[bot] avatar Jul 30 '22 19:07 stale[bot]