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

Is is possible to have a web or iOS client to decode and receive files? #33

Open
troilus opened this issue Sep 4, 2024 · 4 comments
Open

Comments

@troilus
Copy link

troilus commented Sep 4, 2024

No description provided.

@sz3
Copy link
Owner

sz3 commented Sep 5, 2024

edit: I can't read, bear with me as I edit this into something sensible 😆

It should be possible. I've been thinking (quite a lot) about writing a web app for the decoder.

@gaowanliang
Copy link

gaowanliang commented Sep 10, 2024

I've been following this project lately and find it interesting, I'll be spending some time writing a client in Flutter that will support Android, iOS, Linux, macOS and Windows platforms (no web support), as well as redesigning the app using Material Design 3, the current app looks a bit spartan.

PS: After my research, the functionality I mentioned above may be difficult to implement via flutter, frame parsing via camera alone is difficult to implement cross-platform, not to mention parsing using the more complex functions in opencv. I might try it, but it might not be possible.

@sz3
Copy link
Owner

sz3 commented Sep 10, 2024

I wrote up thoughts on the approach I hope to take here: sz3/libcimbar#71 (comment)

But other R&D attempts at frontends are welcome. Ideally the libcimbar component will evolve into something that can act as a native interface accepting a sequence of (e.g.) rgb/bgr buffers and either returning a final byte buffer on completed transfer (this seems more flexible), or writing the file itself. The UI components can then concentrate -- hopefully -- on UI things.

@iuvi7
Copy link

iuvi7 commented Sep 18, 2024

edit: I can't read, bear with me as I edit this into something sensible 😆

It should be possible. I've been thinking (quite a lot) about writing a web app for the decoder.

Yes PLEASE! I found it easy to send files by airgap from my Notebook to my Android, but i can not find any solution to screen-cast QR's as files from Android to Notebook, so it can works both directions. As well as offline version with ,js (maybe integrate scanner into html?

Thanks :)

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

4 participants