You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the CameraView and MediaPicker in my maui app. Both are accessed on the same page because I serve the frontend through HybridWebView. In XAML I have the CameraView hidden and disabled but I noticed when I run the app on Windows the camera is on and used by CameraView however it's not visible as it should be. I don't want the CameraView to start preview by default because it would prevent users from accessing the camera through the MediaPicker.
Is there an option to disable the Camera preview on start?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the CameraView and MediaPicker in my maui app. Both are accessed on the same page because I serve the frontend through HybridWebView. In XAML I have the CameraView hidden and disabled but I noticed when I run the app on Windows the camera is on and used by CameraView however it's not visible as it should be. I don't want the CameraView to start preview by default because it would prevent users from accessing the camera through the MediaPicker.
Is there an option to disable the Camera preview on start?
Beta Was this translation helpful? Give feedback.
All reactions