mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 463 forks source link

[Feature Request] Using existing camera preview #247

Open firstlevelIT opened 4 years ago

firstlevelIT commented 4 years ago

Is it possible use a CameraPreview for scanning, insted of open a new one? II can pass to BarcodeScanner the camera_id but not the CameraPreview object. Thanks