quantum6 / Android-USB-OTG-Camera

Apache License 2.0
109 stars 33 forks source link

Avoid check preview status if sizes are not standard #7

Closed albfan closed 1 year ago

albfan commented 1 year ago

Avoid this check allow some cameras to configure non standard preview sizes.

This is just a quick fix, probably we should check if predefined preview size is supported, and if not trigger directly the preview size dialog

I can rework that if looks interesting

quantum6 commented 1 year ago

Thanks a lot. I am very glad to see the code!