I'm using the ACL camera library 4.60
I'd like to have a way for users to be able to choose what resolution they'd like to take a picture in, and the only option I see for doing so is camera1.PictureSize(width,height).
I read that the sdk supports a getSupportedPreviewSizes function, so is this implemented somewhere that I am missing?
I'd like to have a way for users to be able to choose what resolution they'd like to take a picture in, and the only option I see for doing so is camera1.PictureSize(width,height).
I read that the sdk supports a getSupportedPreviewSizes function, so is this implemented somewhere that I am missing?