thomasgalliker / CameraScanner.Maui

Camera preview and barcode scanner for .NET MAUI apps
MIT License
26 stars 3 forks source link

[Bug] Automatically stop camera scanner if CameraView is not used anymore #4

Closed thomasgalliker closed 3 months ago

thomasgalliker commented 4 months ago

Description

CameraView on iOS keeps scanning frames for barcodes if the page is navigated away. That's very bad!

Steps to Reproduce

  1. Start QRCodeScannerPage
  2. Point device to QR code
  3. QR code is detected
  4. Navigate back to MainPage and still point on QR code

Expected Behavior

Actual Behavior

Basic Information