I followed the many examples to do a cameracapturetask
Now I would like to save the photo to my camera. I can’t seem to find that info on how to do so. I’ve seen some stuff using the media library. Is there a simple way using one of the tasks?
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.
You can save the picture using MediaLibrary.SavePicture on the stream given to you as e.ChosenPhoto in the CameraCaptureTask_Completed event.