QR Code Detection
Detect QR codes in a still image, video or, from a camera stream.
All the outputs are loops of the same size; and the indices of each loop matches with every other output. For example, Top Left [2] and Bottom Right [2] both correspond to the same QR code at index 3.
QR Code Detection
- Enable
- Layer
- Quality
- QR Detected
- Message
- Top Left
- Top Right
- Bottom Left
- Bottom Right
- Enable
A Boolean value that is true when detection is enabled.
- Layer
An Image or Video layer to search for QR codes.
- Quality
Specify the accuracy of the detection. A High quality requires more processing time.
- QR Detected
A Boolean value that is true when at least one QR code has been detected.
- Message
A Loop of Texts with the messages decoded for each detected QR code.
- Top Left
A Loop of positions for the top left corner.
- Top Right
A Loop of positions for the top right corner.
- Bottom Left
A Loop of positions for the bottom left corner.
- Bottom Right
A Loop of positions for the bottom right corner.