Scandit / datacapture-react-native-samples

16 stars 23 forks source link

MatrixScanCount: Uncaptured items #5

Closed antonioedinadson closed 4 months ago

antonioedinadson commented 4 months ago

Imagem do WhatsApp de 2024-06-11 à(s) 13 28 30_719c73f3

  const barcodeCountListener = {
        didScan: (_: BarcodeCount, session: BarcodeCountSession) => {
            const allRecognizedBarcodes = session.recognizedBarcodes;
        }
   };

How can I identify that an item was not captured?

Obs: These are in yellow in the image.

ScanditSupport commented 4 months ago

Hi @antonioedinadson,

Generally speaking you cannot get the value of an unrecognized barcode, the overlay indicates that another scan is required or the code is unscannable. However, as I can see - you have already reached out to us via a support ticket, therefore we will continue the conversation there.