I was trying to integrate camera using xamarin forms in my application but every time I am getting IMediaPicker as null using below code
var mediaPicker = DependencyService.Get();
I have attached a small project in the attachment. Can you please look into it and let me know where I am doing mistake.
Answers
Hi @PrakashRusselDS,
You may find the following thread useful :-
forums.xamarin.com/discussion/33765/how-to-use-xlabs-mediapicker-control
Hope this helps.
Paul Diston