As per this document for QR Code reader
There is no camera list shown in my editor. Could you please tell me where can I access this list and How can I change camera from default to my specific one.
See my screenshot below
As per this document for QR Code reader
There is no camera list shown in my editor. Could you please tell me where can I access this list and How can I change camera from default to my specific one.
See my screenshot below
Hi, that’s not hardcoded into the element. The cameras in the QR Code Reader - cameras
variable will come from the actual physical or virtual cameras that are available on the device/computer that’s running the app. Use default camera will simply use the first camera it finds, but you can specify which one if you have more.
If you’re not seeing any cameras listed, can you check if your browser has camera permissions enabled?
@Broberto has an even more advanced camera WeWeb component that would be worth looking into as well.
Thanks mate