Skip to content

Web version won't detect the barcode in the frame #1501

@dt-justin

Description

@dt-justin

I have it working and I can see the camera image in the browser, but it never detects the barcode at all, nothing at all.

I really hope this is just me not doing something, I'm on 7.0.1 and I tried a simple init

final MobileScannerController _scannerController = MobileScannerController();

and tried setting a few values

  final MobileScannerController _scannerController = MobileScannerController(
    detectionSpeed: DetectionSpeed.noDuplicates,
    formats: [BarcodeFormat.all],
  );

always the same result, the camera comes on and I can see it but never detects the barcode (also tried different versions, 2D, QR, etc etc).

As a side note the image from the camera is mirrored, maybe that's the issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions