Taking and saving photos with the camera on iOS

I understand the method use media.show to use camera or select photo from saved images AND then save the screen to a file

Is there a way to save higher resolution photos? especially on a 3GS [import]uid: 3093 topic_id: 18369 reply_id: 318369[/import]

Just to clarify are you looking for a way to save a higher res photo OR a way to save a higher res photo by capturing the screen?

Peach :slight_smile: [import]uid: 52491 topic_id: 18369 reply_id: 70509[/import]

I am interested in this also. I would like to pick a photo (or use the camera) and save the result locally in its original resolution. Is that possible?

This code will save a small cropping of the original image
display.save(event.target, “newimage.jpg”, system.DocumentsDirectory )
[import]uid: 83077 topic_id: 18369 reply_id: 72879[/import]