Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.9
-
None
Description
Currently, the Android FFmpeg backend uses a custom function to determine the default camera format to use.
Ideally, we want this kind of behavior to be similar, especially across iOS and Android
QPlatformCamera already has a function "findBestCameraFormat" which other platforms are using. We should be able to modify this to take into account any quirks that the Android-specific function is handling.