Possibly analogous to #205
You can also experience this with the "Nested Page" in the SampleApp project (.NET MAUI).
In some circumstances (e.g. navigating away from a page, using Shell navigation, ...) the camera stays opened in the background, which is not ideal. As a workaround one could remove the view / disconnect manually the handler (which in turn disposes the camera) and then instantiate a new one maybe in the OnAppearing/OnNavigatedTo of the page in question. @JimmyPun610 What would it be the proper way to fix this issue though?
Possibly analogous to #205
You can also experience this with the "Nested Page" in the SampleApp project (.NET MAUI).
In some circumstances (e.g. navigating away from a page, using Shell navigation, ...) the camera stays opened in the background, which is not ideal. As a workaround one could remove the view / disconnect manually the handler (which in turn disposes the camera) and then instantiate a new one maybe in the OnAppearing/OnNavigatedTo of the page in question. @JimmyPun610 What would it be the proper way to fix this issue though?