-
Hey, I am in the process of trying out Lynx! I was trying to build a simple QR Code Scanner, but can't find a component that helps me to set up my devices camera. Any ideas on how I could achieve that? |
Beta Was this translation helpful? Give feedback.
Answered by
PupilTong
Mar 7, 2025
Replies: 1 comment 1 reply
-
Hi @Zwnow , Thanks for your question! The camera related code should be implemented by native code. https://github.com/lynx-family/lynx/tree/develop/explorer The lynx explorer has the QR Scanner feature. I wish this could inspire you :D |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Zwnow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Zwnow ,
Thanks for your question!
The camera related code should be implemented by native code.
https://github.com/lynx-family/lynx/tree/develop/explorer
The lynx explorer has the QR Scanner feature. I wish this could inspire you :D