2026-04-16 16:51:05 +08:00
|
|
|
{
|
2026-07-08 10:51:07 +08:00
|
|
|
"current_test_type": "local_dimming",
|
2026-04-16 16:51:05 +08:00
|
|
|
"test_types": {
|
|
|
|
|
"screen_module": {
|
|
|
|
|
"name": "屏模组性能测试",
|
|
|
|
|
"test_items": [
|
2026-06-05 16:58:46 +08:00
|
|
|
"gamut",
|
|
|
|
|
"gamma",
|
|
|
|
|
"cct",
|
|
|
|
|
"contrast"
|
2026-04-16 16:51:05 +08:00
|
|
|
],
|
2026-07-07 18:59:44 +08:00
|
|
|
"timing": "CTA 1920x 1080 @ 60Hz",
|
|
|
|
|
"data_range": "Full",
|
2026-04-16 16:51:05 +08:00
|
|
|
"color_format": "RGB",
|
|
|
|
|
"bpc": 8,
|
2026-06-16 14:31:00 +08:00
|
|
|
"colorimetry": "DCI-P3",
|
2026-05-28 10:20:17 +08:00
|
|
|
"patterns": {
|
|
|
|
|
"gamut": "rgb",
|
|
|
|
|
"gamma": "gray",
|
|
|
|
|
"cct": "gray",
|
|
|
|
|
"contrast": "rgb"
|
|
|
|
|
},
|
2026-04-16 16:51:05 +08:00
|
|
|
"cct_params": {
|
2026-06-10 11:39:08 +08:00
|
|
|
"x_ideal": 0.3127,
|
2026-04-16 16:51:05 +08:00
|
|
|
"x_tolerance": 0.003,
|
2026-06-10 11:39:08 +08:00
|
|
|
"y_ideal": 0.329,
|
2026-04-16 16:51:05 +08:00
|
|
|
"y_tolerance": 0.003
|
2026-06-04 10:36:15 +08:00
|
|
|
}
|
2026-04-16 16:51:05 +08:00
|
|
|
},
|
|
|
|
|
"sdr_movie": {
|
|
|
|
|
"name": "SDR Movie测试",
|
|
|
|
|
"test_items": [
|
2026-06-04 10:36:15 +08:00
|
|
|
"gamut",
|
|
|
|
|
"gamma",
|
|
|
|
|
"cct",
|
|
|
|
|
"contrast",
|
2026-05-27 16:26:19 +08:00
|
|
|
"accuracy"
|
2026-04-16 16:51:05 +08:00
|
|
|
],
|
2026-06-04 10:36:15 +08:00
|
|
|
"timing": "DMT 1920x 1080 @ 60Hz",
|
2026-05-28 10:20:17 +08:00
|
|
|
"data_range": "Full",
|
2026-04-16 16:51:05 +08:00
|
|
|
"color_format": "RGB",
|
|
|
|
|
"bpc": 8,
|
2026-05-18 15:57:11 +08:00
|
|
|
"colorimetry": "sRGB",
|
2026-05-28 10:20:17 +08:00
|
|
|
"patterns": {
|
|
|
|
|
"gamut": "rgb",
|
|
|
|
|
"gamma": "gray",
|
|
|
|
|
"cct": "gray",
|
|
|
|
|
"contrast": "rgb",
|
|
|
|
|
"accuracy": "accuracy"
|
|
|
|
|
},
|
2026-05-18 15:57:11 +08:00
|
|
|
"cct_params": {
|
|
|
|
|
"x_ideal": 0.3127,
|
|
|
|
|
"x_tolerance": 0.003,
|
|
|
|
|
"y_ideal": 0.329,
|
|
|
|
|
"y_tolerance": 0.003
|
|
|
|
|
},
|
2026-06-24 15:54:58 +08:00
|
|
|
"gamut_reference": "BT.601"
|
2026-04-16 16:51:05 +08:00
|
|
|
},
|
|
|
|
|
"hdr_movie": {
|
|
|
|
|
"name": "HDR Movie测试",
|
|
|
|
|
"test_items": [
|
|
|
|
|
"gamut",
|
|
|
|
|
"eotf",
|
|
|
|
|
"cct",
|
|
|
|
|
"contrast",
|
|
|
|
|
"accuracy"
|
|
|
|
|
],
|
|
|
|
|
"timing": "DMT 1920x 1080 @ 60Hz",
|
2026-05-28 10:20:17 +08:00
|
|
|
"data_range": "Full",
|
2026-04-16 16:51:05 +08:00
|
|
|
"color_format": "RGB",
|
|
|
|
|
"bpc": 8,
|
2026-05-18 15:57:11 +08:00
|
|
|
"colorimetry": "sRGB",
|
2026-05-28 10:20:17 +08:00
|
|
|
"patterns": {
|
|
|
|
|
"gamut": "rgb",
|
|
|
|
|
"eotf": "gray",
|
|
|
|
|
"cct": "gray",
|
|
|
|
|
"contrast": "rgb",
|
|
|
|
|
"accuracy": "accuracy"
|
|
|
|
|
},
|
2026-05-18 15:57:11 +08:00
|
|
|
"cct_params": {
|
|
|
|
|
"x_ideal": 0.3127,
|
|
|
|
|
"x_tolerance": 0.003,
|
|
|
|
|
"y_ideal": 0.329,
|
|
|
|
|
"y_tolerance": 0.003
|
|
|
|
|
}
|
2026-05-29 14:40:39 +08:00
|
|
|
},
|
|
|
|
|
"local_dimming": {
|
|
|
|
|
"name": "Local Dimming",
|
|
|
|
|
"test_items": [],
|
2026-07-08 10:51:07 +08:00
|
|
|
"timing": "CVT 3840x 2160 @ 60Hz RB2",
|
2026-05-29 14:40:39 +08:00
|
|
|
"data_range": "Full",
|
2026-07-08 10:51:07 +08:00
|
|
|
"color_format": "YCbCr 4:2:2",
|
|
|
|
|
"bpc": 12,
|
|
|
|
|
"colorimetry": "BT.2020",
|
2026-05-29 14:40:39 +08:00
|
|
|
"patterns": {}
|
2026-04-16 16:51:05 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"device_config": {
|
2026-05-22 11:31:36 +08:00
|
|
|
"ca_com": "COM3",
|
2026-07-07 18:59:44 +08:00
|
|
|
"ucd_list": "0: UCD-323 [2128C209]",
|
2026-04-16 16:51:05 +08:00
|
|
|
"ca_channel": "0"
|
|
|
|
|
},
|
|
|
|
|
"custom_pattern": {
|
|
|
|
|
"pattern_mode": "SolidColor",
|
|
|
|
|
"measurement_bit_depth": 8,
|
|
|
|
|
"measurement_max_value": 0,
|
|
|
|
|
"pattern_params": []
|
2026-06-22 10:31:19 +08:00
|
|
|
},
|
|
|
|
|
"acquisition_timing": {
|
|
|
|
|
"pattern_settle_time": 0.4,
|
|
|
|
|
"pattern_progress_log_step": 5
|
2026-04-16 16:51:05 +08:00
|
|
|
}
|
|
|
|
|
}
|