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

QR reader #2

Open
junocomp opened this issue Sep 7, 2023 · 7 comments
Open

QR reader #2

junocomp opened this issue Sep 7, 2023 · 7 comments

Comments

@junocomp
Copy link

junocomp commented Sep 7, 2023

Like most android webcam apps, most of them can also read QR. Maybe worth implementing? Don't know how hard that would be.

@erikinkinen
Copy link
Member

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.

@junocomp
Copy link
Author

junocomp commented Sep 8, 2023

that would be great

@junocomp
Copy link
Author

Any updates on this?

@FakeShell
Copy link
Contributor

@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.

@magdesign
Copy link

magdesign commented Jan 2, 2024

this would be amazing!
megapixels solved it with zbar
or zxing mentioned in the mobian channel...

having a hard time to connect to wifi's since here everybody is sharing via qr code...(any working qr code readers as workaround?)

@arpio23
Copy link
Contributor

arpio23 commented Feb 2, 2024

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.

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.

video_frame.toImage().save(dc->getFilename(0));

@FakeShell
Copy link
Contributor

i was trying with qr-filter-qml-plugin and it should be possible with that on any viewfinder

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

5 participants