Reputation: 1093
I'm currently using a "Camera Chooser" on my app, but want my user to be able to select from either their current library of photos AND still have the option to take a picture immediately.
The "Photo Chooser" provided by Microsoft Doesn't have the option to select the camera instead, whereas if you go to SMS on a windows phone and tap "Attach" it launches a photo chooser but it has an app bar with the option to grab a photo from the camera.
Is this possible with the developer SDK or has Microsoft made it so only they can do this?
Thanks Danny.
Upvotes: 0
Views: 768
Reputation: 69372
Use the PhotoChooserTask and set the ShowCamera property to true.
Upvotes: 4