-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for setting video frame rate #436
base: main
Are you sure you want to change the base?
Conversation
8427d99
to
e7571b6
Compare
a8a8831
to
5322053
Compare
c41cd08
to
499bcfc
Compare
499bcfc
to
bc0438d
Compare
5712181
to
4d75174
Compare
The video frame rate despite being set correctly doesn't seem to reflect on the video currently. We could merge this PR once this gets resolved on CameraX |
(for frame rate per second setting)
(in quick settings dialog)
(show appropriate options in dropdown and selection of default fps)
(and prevent crash when video mode is directly turned on)
(for frame rate per second setting)
4d75174
to
655f6aa
Compare
The latest changes made in the recent release does fix the issue with uncertainties with lower ranges on my Pixel 7A. However, the issue still persists for 60 fps, where recording a video while choosing a 60-fps range (from the list of supported ranges reported by the library) doesn't make the fps of the recorded video close to the selected range. Have filed an issue for the same on CameraX's issue tracker: https://issuetracker.google.com/issues/384146331 |
Adds support to set fps of the video being recorded (Issue #51)
(Needs testing to check if the set fps actually reflects in the video across different devices, especially at 60 fps for devices that support it)