Open dimkoug opened 1 year ago
Quagga.onDetected(callback)
Registers a callback(data) function which is triggered whenever a barcode- pattern has been located and decoded successfully. The passed data object contains information about the decoding process including the detected code which can be obtained by calling data.codeResult.code
When i use the live locator example the output is an image , how to send the scanned barcode to a text field ?