RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.82k stars 406 forks source link

Aspect ratio selector with tolerance #119

Closed ezaquarii closed 6 years ago

ezaquarii commented 6 years ago

Some resolutions supported by camera CCD have aspect ratios that deviate from 16:9 and 4:3 by a small margin (ex. 16:10).

Add tolerance to aspect ratio selector, to catch all picture sizses that would be otherwise rejected due to strict comparison.

dmitry-zaitsev commented 6 years ago

Thanks for your effort! Looks good.