Android Question Camera2 example -save the file / pause video

Daren463

Member
Licensed User
Longtime User
Sorry, it been a while since I programed in B4A and have missed much. Please excuse my ignorance.

I am trying to develop a video recording app that i can toggle on and off the recording with a bluetooth device.

Question 1.
In Erel's camera2 example, VideoFileDir = rp.GetSafeDirDefaultExternal("") is defined above. Where is the file saved to, and where is it being copied to?
1586277563135.png


Question 2.
I did not see it but I might have missed it. Dose the video recording have a pause?
 
Top