User206406 posted
@JesseJiang.8365 said:
That's just a trick, in Android renderer it call Camera.open(int id) function to open a camera.
Generally, we pass Camera.CameraInfo to set front or back camera, and the value is the same with CameraOptions in PCL codes.
Thanks for your quick reply :smile: . Could you show me this in Code (https://github.com/xamarin/xamarin-forms-samples/tree/master/CustomRenderers/View)? In wich class is the method Camera.open(int id) or the Camera.CameraInfo? It do not quite become clear to me.
(The reason because i ask, I want to change the front/back camera with a button in a shared Project, and other functions like capture)