Fetch Camera Frames on Android #5219
Replies: 2 comments 4 replies
-
We don't have anything baked in yet - but I know that some people have succeeded doing it in their own apps. |
Beta Was this translation helpful? Give feedback.
-
I've been looking into how to do this myself if possible. It's not important enough to me yet to really make a push for it, but I'll share everything I've found on the topic here:
Take a look at:
For modifying that Java file, you'll also need to communicate the results back to go of course, and looking around at how the file picker stuff works, that's going to involve going back through C. Search around for the symbols used in that process to get an idea of how that works. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am not entirely sure if this is the right place for this question - if not please just close/delete it.
I am trying to write a qr-code-reader-style android app using fyne, that can display and pipe camera frames into a qr reader library. Is there any way to do this in fyne? All hints I have found so far do not seem to work with android (like using opencv bindings or accessing raw v4l2 devices). Maybe anyone has some hints for me?
Thanks and regards
Dickenhobelix
Beta Was this translation helpful? Give feedback.
All reactions