Re: https://www.b4x.com/android/forum/threads/camera2-still-images-and-videos.83920/
1. The sample seems to set the video capture size to 1920x1080 (CaptureSize.Initialize(1920, 1080)) but my resulting file is 640x480. How do I set the video capture size? My phone is a Sony Z3 that supports that resolution.
2. How can I set the video bit rate (e.g. 1000 kbps or 500 kbps)
3. How can I set the video frame rate (e.g. 30 fps or 12 fps)
4. Is possible to add closed captioning to the recording video (subtitles) or alternatively can I overlay text?
1. The sample seems to set the video capture size to 1920x1080 (CaptureSize.Initialize(1920, 1080)) but my resulting file is 640x480. How do I set the video capture size? My phone is a Sony Z3 that supports that resolution.
2. How can I set the video bit rate (e.g. 1000 kbps or 500 kbps)
3. How can I set the video frame rate (e.g. 30 fps or 12 fps)
4. Is possible to add closed captioning to the recording video (subtitles) or alternatively can I overlay text?