You'll have to save them with code. Try photos.save_image(). For example,

import photos p=photos.capture_image() photos.save_image(p) #etc.