I'd like to take an image of a certain set resolution. Can that be done?
Maybe I'm missing something, ... ImagePicker seems to only take 1080 x 1920 images?
In the CameraMan.takePhoto() class it seems to use AVMediaType.video to load the photo? Are the photos limited to 1080 x 1920 because photos are taken from a video stream? What's the reasoning behind this?
Thanks for the library! The interface is awesome!
I'd like to take an image of a certain set resolution. Can that be done?
Maybe I'm missing something, ... ImagePicker seems to only take 1080 x 1920 images?
In the
CameraMan.takePhoto()
class it seems to useAVMediaType.video
to load the photo? Are the photos limited to 1080 x 1920 because photos are taken from a video stream? What's the reasoning behind this?