修改AI生图接口、修改设备连接UI、修改LocalDimming逻辑和UI

This commit is contained in:
xinzhu.yin
2026-05-29 14:40:39 +08:00
parent 21455f3916
commit 85ac47e8de
13 changed files with 811 additions and 304 deletions

View File

@@ -74,12 +74,19 @@ _DEFAULT_CCT_PARAMS = {
"y_ideal": 0.3290,
"y_tolerance": 0.003,
},
"local_dimming": {
"x_ideal": 0.3127,
"x_tolerance": 0.003,
"y_ideal": 0.3290,
"y_tolerance": 0.003,
},
}
_DEFAULT_GAMUT_REFERENCE = {
"screen_module": "DCI-P3",
"sdr_movie": "BT.709",
"hdr_movie": "BT.2020",
"local_dimming": "DCI-P3",
}
_DEFAULT_TEST_TYPES = {
@@ -113,6 +120,16 @@ _DEFAULT_TEST_TYPES = {
"colorimetry": "sRGB",
"patterns": {"gamut": "rgb", "eotf": "gray", "cct": "gray", "contrast": "rgb", "accuracy": "accuracy"},
},
"local_dimming": {
"name": "Local Dimming",
"test_items": [],
"timing": "DMT 1920x 1080 @ 60Hz",
"data_range": "Full",
"color_format": "RGB",
"bpc": 8,
"colorimetry": "sRGB",
"patterns": {},
},
}
_PATTERN_RGB = {