-
Notifications
You must be signed in to change notification settings - Fork 3
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
QR reader #2
Comments
QR reading should not be too difficult with OpenCV from an image taken. Reading from the viewfinder, I am not sure of the difficulty, but if Qt plays nice, should be doable. |
that would be great |
Any updates on this? |
@Joas329, would you mind if I assign this to you? I remember from our earlier conversation that you were also interested in including this feature. |
this would be amazing! having a hard time to connect to wifi's since here everybody is sharing via qr code...(any working qr code readers as workaround?) |
Might be possible with the camera2 branch, as there we have access to every frame. Right now there is a hack for bronco, camera hal crashes when taking pictures in any resolution but max. We basically have a jpg image with every frame from viewfinder. droidian-camera/src/dc-device.cpp Line 423 in aeb268a
|
i was trying with qr-filter-qml-plugin and it should be possible with that on any viewfinder |
Like most android webcam apps, most of them can also read QR. Maybe worth implementing? Don't know how hard that would be.
The text was updated successfully, but these errors were encountered: