Workaround HDR being captured as SDR issue
This commit is contained in:
@@ -24,6 +24,8 @@ namespace video {
|
||||
|
||||
/* See video::config_t declaration for details */
|
||||
|
||||
BOOST_LOG(info) << "Client dynamicRange: " << config.dynamicRange << ", Display is HDR: " << hdr_display;
|
||||
|
||||
if (config.dynamicRange > 0 && hdr_display) {
|
||||
// Rec. 2020 with ST 2084 perceptual quantizer
|
||||
colorspace.colorspace = colorspace_e::bt2020;
|
||||
|
||||
Reference in New Issue
Block a user