Camera getSupportedPreviewSizes() available?

grant1842

Active Member
Licensed User
Longtime User
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?
 

grant1842

Active Member
Licensed User
Longtime User
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?
 
Upvote 0
Top