Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wechat QR code detector package missing? #740

Closed
dasavc opened this issue Nov 5, 2022 · 1 comment
Closed

Wechat QR code detector package missing? #740

dasavc opened this issue Nov 5, 2022 · 1 comment

Comments

@dasavc
Copy link

dasavc commented Nov 5, 2022

I'd like to use Wechat QR code detector from the opencv-contrib. I've added to gradle:

 python {
            pip {
                install "opencv-contrib-python"
            }
       }

I can use the cv2 module, but it reports that wechat_qrcode_WeChatQRCode is not part of the cv2.cv2

If I understood well this package is not included in chaquopy? Any chance it would get included? I read that I can also create my own package, but I've never done this before - any hint at the level of complexity on this task?

@mhsmith
Copy link
Member

mhsmith commented Nov 11, 2022

See #620, and please search for existing issues before creating new ones.

This package required a medium-sized patch to build for Android, so building a new version may be difficult.

@mhsmith mhsmith closed this as completed Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants