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?
After browsing the library some more, would you use the get camera1.supportedPictureSize to get the number of supported sizes, then use camera1.getSupportedPictureSizeHeight/Width on each index?