G'day,
For the life of me I can't get the camera to work with Xamarin.Forms.
If I try MediaPicker.TakePhotoAsync or the Xamrin.Forms.Labs camera facility I get a black screen and it hangs.
If I try MediaPicker.GetTakePhotoUI I can take a photo but the MainActivity gets re-iniitialised casing an exception.
Is it actually possible to take a photo while using Xamarin.Forms?
Steven.