1
Answer

How to Save Captured image in Media Library in Windows Phone

i want to save the captured image in Media Library Or an Object

here for Capture the Image i used these Code

CameraCaptureTask myCamera = new CameraCaptureTask(); myCamera.Show();


Can you pleas Help me out

Answers (1)