that is alll, no extra element and no event binding to it, so when I navigate from page A to page B (where the CamareView is) when I go back to page A CameraView is still alive, and I didnt even start the camera, as I said, there is just an element in the page but nothing in the code behind to keel it alive
I am just referring the camera in my page
<cv:CameraView x:Name="bcReader" HorizontalOptions="Start" HeightRequest="350" />
that is alll, no extra element and no event binding to it, so when I navigate from page A to page B (where the CamareView is) when I go back to page A CameraView is still alive, and I didnt even start the camera, as I said, there is just an element in the page but nothing in the code behind to keel it alive