I want the device camera to open and the user being able to capture a photo or video.
I tried using MediaPicker, but unfortunately it does have only 4 methods, only two of which allow us to do something with the device camera: CaptureVideoAsync() and CapturePhotoAsync().
I can use them separately and get video / photo.
But I'd like to open only one view and the user might choose there to record a video or snap a photo.