vtserej / Camera2Forms

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

Apect ration #12

Open paulopedrozo opened 4 years ago

paulopedrozo commented 4 years ago

At some devices with screen aspect ratio different that sensor. Part of image was cut at preview. Do you have an idea how resolve it ? Thanks.

FuyukiSakura commented 3 years ago

Hi @paulopedrozo ,

I haven't tried yet but chances you may be looking at the XF teams official samples at

https://github.com/xamarin/xamarin-forms-samples/tree/master/CustomRenderers/View

They have implemented the view with orientation and aspect ratio working.