GrapheneOS / Camera

Modern camera app focused on privacy and security with QR & barcode scanning.
https://grapheneos.org/
MIT License
842 stars 85 forks source link

Phone capable of 4K@30 &1080p@60FPS records 4K@25 & 720p@30FPS #319

Closed Rexadev closed 1 year ago

Rexadev commented 1 year ago

Vince gsmarena.com - 4K@30fps, 1080p@30/60fps

qualcomm.com SD625

thestinger commented 1 year ago

This is what your phone implements via the Camera2 API, which is abnormal, but it's common for certain brands not to provide a good Camera2 implementation. It's possible that the phone makes the other frame rate modes available but CameraX doesn't offer frame rate configuration yet. There's already an issue filed about adding frame rate configuration once CameraX supports it. It's likely your phone just doesn't make the modes available via Camera2.

Rexadev commented 1 year ago

@thestinger Add option to set it in the settings

thestinger commented 1 year ago

That's planned, see https://github.com/GrapheneOS/Camera/issues/51. It can't be done yet since CameraX doesn't support it.