googlearchive / android-Camera2Video

Migrated:
https://github.com/android/camera
Apache License 2.0
1.21k stars 568 forks source link

setVideoFrameRate not work for me #80

Closed MaSiYuan closed 5 years ago

MaSiYuan commented 6 years ago

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

ghost commented 5 years ago

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.

codingjeremy commented 5 years ago

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!