I'm trying to record some videos using the audio library and the VideoRecordApp object, and try to save to a specific folder, but the video is only saved in the DCIM folder with another name, likes VID_2015???.
In some devices it runs OK, but another...
Is there anyway to get the path or last file from camera??
Here´s part of the code:
sub Process_Globals
Dim The video VideoRecordApp
...
Sub record ()
video.Initialize ("video")
video.Record2 (File.DirDefaultExternal, "video123", 5)
...
Could someone help me??
Thanks.
In some devices it runs OK, but another...
Is there anyway to get the path or last file from camera??
Here´s part of the code:
sub Process_Globals
Dim The video VideoRecordApp
...
Sub record ()
video.Initialize ("video")
video.Record2 (File.DirDefaultExternal, "video123", 5)
...
Could someone help me??
Thanks.
Last edited: