I am new in xamarin.forms and i wants to make a app using xamarin.forms for capture a image and save in given path. i also want add Camera Overlay to crop image in Circle shape. I have found below sample project-
'https://github.com/CrossGeeks/OverlaySample'
and modified it to add button in common project and call capture event using rendering. capture event successfully fire but image capturing not working because of 'SurfaceView' in above sample.
Please help- How to capture image using 'SurfaceView'.
Thanks in advance.