QRCode_Scanner widget
- Last UpdatedJul 12, 2024
- 1 minute read
The QRCode_Scanner widget connects to a camera to scan for a QR code and returns the resulting string.
Properties
The following table shows a list of properties for the QRCode_Scanner widget.
|
Property Name |
Description |
Default Value |
|
QRCode |
The resulting string of the scanned QR code. The default value is empty. |
Empty |
|
AutoStart |
If set to true, the camera starts automatically after detecting a QR code. |
True |
|
AutoStop |
If set to true, the camera stops after scanning a QR Code. |
True |
|
StartStop |
If set to true, the camera starts scanning. If set to false, the camera stops scanning. |
False |
|
BackgroundColor |
Sets the background color of the widget within a layout pane. Specify the color value in RGB, HTML Code (#FF0000) or a valid HTML color name. |
Black |
|
DefaultCamera |
Sets the default camera on the connected device. True selects the front camera; false selects the back camera. |
False |