Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
437 stars 146 forks source link

Application crash when using emulator #114

Closed eidsza1 closed 9 months ago

eidsza1 commented 1 year ago

Hi, application crush because of null exception. "Device can not be null". I made small fix adding "return" when "captureDevice = AVCaptureDevice.GetDefaultDevice(AVMediaTypes.Video);" is null.

Best regards, Daniel