Files
pqAutomationApp/settings/pq_config.json

311 lines
6.3 KiB
JSON
Raw Normal View History

2026-04-16 16:51:05 +08:00
{
2026-04-20 11:48:38 +08:00
"current_test_type": "screen_module",
2026-04-16 16:51:05 +08:00
"test_types": {
"screen_module": {
"name": "屏模组性能测试",
"test_items": [
"gamut",
"gamma",
"cct",
"contrast"
],
"timing": "DMT 1920x 1080 @ 60Hz",
"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
}
},
"sdr_movie": {
"name": "SDR Movie测试",
"test_items": [
"gamut",
"gamma",
"cct",
"contrast",
"accuracy"
],
"timing": "DMT 1920x 1080 @ 60Hz",
"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
}
},
"hdr_movie": {
"name": "HDR Movie测试",
"test_items": [
"gamut",
"eotf",
"cct",
"contrast",
"accuracy"
],
"timing": "DMT 1920x 1080 @ 60Hz",
"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
}
}
},
"device_config": {
"ca_com": "COM3",
"ucd_list": "0: UCD-323 [2128C209]",
"ca_channel": "0"
},
"default_pattern_rgb": {
"pattern_mode": "SolidColor",
"measurement_bit_depth": 8,
"measurement_max_value": 2,
"pattern_params": [
[
255,
0,
0
],
[
0,
255,
0
],
[
0,
0,
255
]
]
},
"default_pattern_gray": {
"pattern_mode": "SolidColor",
"measurement_bit_depth": 8,
"measurement_max_value": 10,
"pattern_params": [
[
255,
255,
255
],
[
230,
230,
230
],
[
205,
205,
205
],
[
179,
179,
179
],
[
154,
154,
154
],
[
128,
128,
128
],
[
102,
102,
102
],
[
78,
78,
78
],
[
52,
52,
52
],
[
26,
26,
26
],
[
0,
0,
0
]
]
},
"default_pattern_accuracy": {
"pattern_mode": "SolidColor",
"measurement_bit_depth": 8,
"measurement_max_value": 28,
"pattern_params": [
[
255,
255,
255
],
[
230,
230,
230
],
[
209,
209,
209
],
[
186,
186,
186
],
[
158,
158,
158
],
[
115,
82,
66
],
[
194,
150,
130
],
[
94,
122,
156
],
[
89,
107,
66
],
[
130,
128,
176
],
[
99,
189,
168
],
[
217,
120,
41
],
[
74,
92,
163
],
[
194,
84,
97
],
[
92,
61,
107
],
[
158,
186,
64
],
[
230,
161,
46
],
[
51,
61,
150
],
[
71,
148,
71
],
[
176,
48,
59
],
[
237,
199,
33
],
[
186,
84,
145
],
[
0,
133,
163
],
[
255,
0,
0
],
[
0,
255,
0
],
[
0,
0,
255
],
[
0,
255,
255
],
[
255,
0,
255
],
[
255,
255,
0
]
]
},
"custom_pattern": {
"pattern_mode": "SolidColor",
"measurement_bit_depth": 8,
"measurement_max_value": 0,
"pattern_params": []
}
}