VideoScanner QML Type
Scans a live video feed for barcodes. More...
Import Statement: | import org.kde.prison.scanner |
In C++: | VideoScanner |
Properties
Signals
- resultChanged(scanResult scanResult)
- resultContentChanged(scanResult scanResult)
Detailed Description
Property Documentation
formats : flags |
Constant | Value |
---|---|
VideoScanner.NoFormat | |
VideoScanner.Aztec | |
VideoScanner.Codabar | |
VideoScanner.Code39 | |
VideoScanner.Code93 | |
VideoScanner.Code128 | |
VideoScanner.DataBar | |
VideoScanner.DataBarExpanded | |
VideoScanner.DataMatrix | |
VideoScanner.EAN8 | |
VideoScanner.EAN13 | |
VideoScanner.ITF | |
VideoScanner.MaxiCode | |
VideoScanner.PDF417 | |
VideoScanner.QRCode | |
VideoScanner.UPCA | |
VideoScanner.UPCE |
result : scanResult |
videoSink : QVideoSink |
Signal Documentation
resultChanged(scanResult scanResult) |
Note: The corresponding handler is onResultChanged
.
resultContentChanged(scanResult scanResult) |
Note: The corresponding handler is onResultContentChanged
.