Hi everyone!
I used this sample here : github.com/xamarin/xamarin-forms-samples/blob/master/CustomRenderers/View/Droid/CameraPreview.cs
to get a camera feed on my project. On the IOS part, I easily added a takepicture button over the camera feed. Im trying to do the exact same thing here on the android side but I cant find a way on how to do that... Everything I tried render a blank page or throw an error.
What is the simpliest way to add a button on this camera feed? Thanks in advance