MobileImagePicker pick photo OR use camera

Is there a way for me to use the same image picker for both choosing an existing photo or taking a new one with the camera and using it?

I really would like to avoid making a separate popup and having the user pick from a dialog of “select existing photo” or “take picture” if I can avoid it.

You can use the same picker for both. But how would the user decide if he wants to take a picture or selecting one if you don’t show some kind of selector / pop-up?

Most apps don’t have you choose as opposed to just opening the camera and then - from within the camera it’s possible to click an “album” button/icon and select a photo from there.

I was hoping there was an option like that. Oh well.