Support for HDR #91
ThibaultBee
started this conversation in
General
Replies: 2 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.
6 replies
-
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.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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