300d8设备增加色偏校正功能

This commit is contained in:
yangjiaxuan 2023-10-11 11:58:39 +08:00
parent ca9de20083
commit 05e564c9d6
1 changed files with 17 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"global": { "global": {
"device_type": "G300", "device_type": "G300",
"option_count": 66 "option_count": 67
}, },
"restore": { "restore": {
"cat": "base", "cat": "base",
@ -711,6 +711,22 @@
"visible": true, "visible": true,
"unit": "None" "unit": "None"
}, },
"color-correction": {
"cat": "base",
"readonly": false,
"affect": 0,
"group": "imgproc",
"visible": true,
"field": "Common",
"pos": 0,
"unit": "None",
"title": "色偏校正",
"desc": "色彩还原度矫正功能",
"type": "bool",
"cur": false,
"default": false,
"size": 4
},
"is-anti-skew": { "is-anti-skew": {
"cat": "base", "cat": "base",
"readonly": false, "readonly": false,