vtserej / Camera2Forms

Xamarin Forms Implementation of the Camera2 namespace
17 stars 9 forks source link

Can't get it to use Front/Rear Camera dependency property #1

Closed Tam66662 closed 5 years ago

Tam66662 commented 5 years ago

In the CameraPage.xaml, you have the Camera dependency property set to "Rear". But when I try to change it to "Front", nothing changes...I'm still seeing the same camera visualization.

P.S. Great work, by the way! I'm at least able to get better control of the camera with your example.

vtserej commented 5 years ago

@Tam66662 check latest commit and see if it works

Tam66662 commented 5 years ago

Thanks, I can confirm that the camera changes now when I set the xaml value to "Rear" or "Front".