ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

zoom issues #66

Open benneca opened 6 months ago

benneca commented 6 months ago

Hey guys, I've noticed a few issue recently and I was wondering if any has and similar issues and found a work around. First, on iOS, I've noticed that zooming seems to be a bit iffy lately, For example, if I zoom in, and take the picture, the actual image taken will not be zoomed, but will instead be at the standard zoom. Any follow up images, the zoom appears to work correctly though. This only appears to only be an issue on iOS. the other issue has to do with accessing all of the cameras on a device. as you know newer devices have multiple front cameras to give better image quality across the zoom spectrum. however, the only options we have are front or back. which means we can't actually zoom in as far a say the native camera on the device. is there a way to handle this that I am missing? This also appears to only be an issue with iOS as far as I can tell as selecting front on on android seems to access all of the cameras on the front.

Thanks in advance