Support for HDR #91
Replies: 3 comments 10 replies
-
I tested this on Samsung galaxy ultra 23, But HDR settings are not visible. In Google Pixel devices, HDR options are visible. In Samsung S23 ultra MediaCodecHelper.isFeatureSupported(mimeType, FEATURE_HdrEditing) returns false. Is this the reason for HDR options not visible. |
Beta Was this translation helpful? Give feedback.
-
Regarding Samsung S23 ultra, I am able to record HDR videos using this sample: https://github.com/android/camera-samples/tree/main/Camera2Video (Its Dynamic range profile is HLG10) |
Beta Was this translation helpful? Give feedback.
-
Tested successfully on Pixel 8 with HEVC encoder on 3.0.0 RC1. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since 2.6.0, an experimental support of HDR is available for AVC, HEVC, VP9 and AV1.
Unfortunately, I don't have a phone with an HDR encoder + HDR camera and I could not properly test it.
How do I know my phone support HDR
In the
demo-camera
, you will see aprofile
that supports HDR: it will ends by10
(such asMain10
) orHDR
orHDR10Plus
Here is the list of profile that supports HDR:
Alternalively, you can call
getSupportedHdrProfiles
from the streamer helperHow can I help
I am looking for some testing.
Note: Be sure that your server can properly handle HDR stream before commenting.
Thanks 🙏 🙏
Beta Was this translation helpful? Give feedback.
All reactions