0

I wants to develop a Xamarin.Forms mobile app to capture image using native camera with Overlay. I am new in xamarin.forms. i have found below link-

https://learn.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/custom-renderer/view

but there is no capture button. i want to add capture button in Content Page (Xaml page/Shared code) not in xml page.

Please help..

thanks in advance

1 Answers1

0

You can try with Xam.Plugin.Media

Marcel Callo
  • 411
  • 2
  • 8
  • thank you for your quick reply but i also want to add **'Circle Overlay'** on camera and crop image. so please share any sample code if you have.. – Khemraj Udaipur Jan 22 '20 at 12:51
  • Please try Circle Image Control https://github.com/jamesmontemagno/ImageCirclePlugin or FFImageLoading https://github.com/luberda-molinet/FFImageLoading – Marcel Callo Jan 22 '20 at 16:11