Redth / ZXing.Net.Maui

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

Reconnect Camera after Unbinding #113

Open RayTheLittleBig opened 1 year ago

RayTheLittleBig commented 1 year ago

How can we reconnect the camera after Unbinding it?

Our smartphones have build in scanners and cameras and we would like be able to switch between them. But when the camera is bound to the view, the scanners won't work.

So i tried the solution to unbind the camera like in this post: https://github.com/Redth/ZXing.Net.Maui/issues/65

But how do I reconnect the camera again if i need it?