-
Notifications
You must be signed in to change notification settings - Fork 78
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
Comments
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. |
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. |
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. |
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 :) |
No description provided.
The text was updated successfully, but these errors were encountered: