iOS Question Specify destination for iMedia photos?

Vern

Member
Licensed User
Longtime User
I want to name each photo (eg. photo1, photo2 ...) and the destination directory for the photos taken using iMedia. Is there any way to do that?
 

Vern

Member
Licensed User
Longtime User
I was looking at your CameraExample.zip code (specifically the Sub below) and I don't see anyway to save the photos to a specific directory (eg. File.DirLibrary/myphotos/photo1.jpg)


Sub btnTakePicture_Click
cam.TakePicture
End Sub
 
Upvote 0
Top