iOS Question ios take picture with a name

tango

Member
Licensed User
Longtime User
hi everybody ,
Sub Cam_Complete (Success As Boolean, Image As Bitmap, VideoPath As String)
If Success Then
If Image.IsInitialized Then
vv.View.Visible = False
ImageView1.Bitmap = Image
Else
vv.View.Visible = True
vv.LoadVideo(VideoPath, "")
End If
End If
End Sub

i want to giva a name or rename taken picture.
what is the best way?

and or
i want to send to ftp without save to ipad
again i need your suggestions

thanks
 

tango

Member
Licensed User
Longtime User
hi erel,
please help me.
i want to take picture with code with as a secret camera. no display video or buttons.
 
Upvote 0
Top