googlearchive/android-Camera2Video

setVideoFrameRate not work for me

Closed this issue · 2 comments

i call the method setVideoFrameRate(60),but the output video file is still 30 Framerate

Most producers disable camcorder profile high speed so you can record video high speed when set framerate 60fps, you need to use CameraConstrainedHighSpeedCaptureSession API and check a device supports or no. Open camera is a good open source to learn.

This sample has been migrated to a new location (check README for more information).

As recommended by GitHub, we are closing all issues and pull requests now that this older repo will be archived.

If you still see this issue in the updated repo, please reopen the issue/PR there. Thank you!