I implemented this official Google Camera2 example with minor changes in my application to take pictures in a custom camera. I also need to provide the ability to record video, but I cannot find an example - perhaps because the Camera2 API is relatively new.
Does anyone have examples / training materials on how to either A) modify the above code to also allow video recording, or B) implement video recording in a new fragment using the Camera2 API?
Thank you in advance!
source share