I'm building an iPad camera app where right now I base a fair number of calculations based on a "magic" number, i.e. the current resolution of the back 5MP camera (e.g. 2592x1936). I anticipate that someday Apple will replace that camera with an 8MP. Is there a way (without taking a picture and inspecting the size) that I can discover from the framework the resolution of the back camera, both now and in the future?
Thanks!
If I missed how to do that already, could you please clue me in? ;)