Scanning a QR Code with UnityNativeCamera in Android #100
Answered
by
yasirkula
amenezescheil
asked this question in
Q&A
-
Hello all, There are 2 crucial features that I need to function at the same time in my Unity Android App:
Any idea how to enable QR code scanning in this plugin? |
Beta Was this translation helpful? Give feedback.
Answered by
yasirkula
Feb 1, 2023
Replies: 1 comment 2 replies
-
This plugin doesn't have advanced capabilities. I think this would require writing the camera API from scratch whereas this plugin just launches the device's native camera application and waits for it to return an image/video path. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
amenezescheil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This plugin doesn't have advanced capabilities. I think this would require writing the camera API from scratch whereas this plugin just launches the device's native camera application and waits for it to return an image/video path.