In Xamarin.Essentials.MediaPicker, it can do both photo and video. But I have to explicitly call CapturePhotoAsync() or CaptureVideoAsync() to achieve either. But in my app, I need the functionality of the native camera that once the user clicks the camera, he can see the options both Photo and Video, as well as other functionalities. If I use MediaPicker.CapturePhotoAsync() or MediaPicker.CaptureVideoAsync(), it does not give the users the options of choosing the other one. Is it possible to achieve what I want in Xamarin.forms?