"cameraStartDetectBarcode"
Starts the detection of a barcode in the camera feed
Synopsis
int cameraStartDetectBarcode(string decoderFormat = "")
Parameters
Parameter | Description |
---|---|
fileName |
decoderFormat can be any "|" combination of the strings, limiting the format to be detected. By default (or empty) all supported formats are enabled.
|
Return Value
The function returns 0 and in case of an error -1.
Description
The function starts the detection of a barcode in the camera feed in the specified decoder format. If a barcode is detected, the barcodeDetected(string code) event is called.