i ran into a problem the other day.
i want to take screenshots of my app and so i implemented a screenshot function. it works fine in theory but the problem is that the picture resolution is 480*320 only - even if the iphone 4 is equipped for higher resolutions.
i did some research and i found the following in my logs:
[ARViewController start] content 480x360 (wxh) will display in GL context 320x480 rotated.
in the code i found out that the camera settings are read from the camera_para-iPhone3.dat file. i expect the resolution to be set there cause i did not find another code piece that works with the resolution.
my question is: how can i get more pixel resolution in my app? can i somehow edit the dat file? can i set the resolution of the camera window somewhere else?
thanks in advance for your help!