I need to save an camera image from my application to the desktop so i can preview it. is it possible? The images that comes with the simulator seems to be too small.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe so, the idea of the iPhone is that it’s entirely sandboxed. Your application has its own little area to manipulate data in and do what you need to do.
From the sounds of it you are using the camera API to take a picture? Maybe you can save the generated image to your /Resources/ folder and look at it that way (just use Finder to browse through your Xcode projects directory)