We are working on live SDR to HDR conversion on Android phones. Anyone can tell how to trigger the HDR display mode on an android phone when decoding the SDR video signal?
Asked
Active
Viewed 623 times
1 Answers
1
HDR is PQ transfer function, neither 10 bit, not BT.2020 has anything to do with HDR.
https://developer.android.com/training/wide-color-gamut
This talks only about WCG.
This should be used to trigger HDR. https://developer.android.com/ndk/reference/struct/a-hdr-metadata-smpte2086
For Java this should be used to check whether HDR is there. https://developer.android.com/reference/android/view/Display.HdrCapabilities?hl=en
See this question with further links What is the difference between Display.HdrCapabilities and configuration.isScreenHdr

Валерий Заподовников
- 351
- 2
- 13