Files
pqAutomationApp/settings/pq_config.json

73 lines
2.0 KiB
JSON
Raw Normal View History

2026-04-16 16:51:05 +08:00
{
"current_test_type": "sdr_movie",
2026-04-16 16:51:05 +08:00
"test_types": {
"screen_module": {
"name": "屏模组性能测试",
"test_items": [
"gamut",
"gamma",
"cct",
"contrast"
],
2026-05-22 11:31:36 +08:00
"timing": "DMT 1600x 1200 @ 60Hz",
2026-04-16 16:51:05 +08:00
"color_format": "RGB",
"bpc": 8,
"colorimetry": "sRGB",
"cct_params": {
"x_ideal": 0.3127,
"x_tolerance": 0.003,
"y_ideal": 0.329,
"y_tolerance": 0.003
},
"gamut_reference": "DCI-P3"
2026-04-16 16:51:05 +08:00
},
"sdr_movie": {
"name": "SDR Movie测试",
"test_items": [
2026-05-22 11:31:36 +08:00
"gamut"
2026-04-16 16:51:05 +08:00
],
"timing": "DMT 1920x 1080 @ 60Hz",
"color_format": "RGB",
"bpc": 8,
2026-05-18 15:57:11 +08:00
"colorimetry": "sRGB",
"cct_params": {
"x_ideal": 0.3127,
"x_tolerance": 0.003,
"y_ideal": 0.329,
"y_tolerance": 0.003
},
2026-05-22 11:31:36 +08:00
"gamut_reference": "BT.2020"
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",
"color_format": "RGB",
"bpc": 8,
2026-05-18 15:57:11 +08:00
"colorimetry": "sRGB",
"cct_params": {
"x_ideal": 0.3127,
"x_tolerance": 0.003,
"y_ideal": 0.329,
"y_tolerance": 0.003
}
2026-04-16 16:51:05 +08:00
}
},
"device_config": {
2026-05-22 11:31:36 +08:00
"ca_com": "COM3",
2026-04-16 16:51:05 +08:00
"ucd_list": "0: UCD-323 [2128C209]",
"ca_channel": "0"
},
"custom_pattern": {
"pattern_mode": "SolidColor",
"measurement_bit_depth": 8,
"measurement_max_value": 0,
"pattern_params": []
}
}