first commit
This commit is contained in:
126
project/fm_viewer/res/mtek/an6000_cfg.json
Normal file
126
project/fm_viewer/res/mtek/an6000_cfg.json
Normal file
@@ -0,0 +1,126 @@
|
||||
[
|
||||
{"key" : "VideoEncryption",
|
||||
"title" : "ビデオ暗号化",
|
||||
"values" : [0,1],
|
||||
"value_strings" : ["OFF","ON"],
|
||||
"default" : 1,
|
||||
"control" : "radio",
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "REC Bit Rate",
|
||||
"title" : "録画ビットレート",
|
||||
"values" : [0,1,2,3,4,5,6],
|
||||
"value_strings" : ["128 kbps","256 kbps","512 kbps","1024 kbps","1536 kbps","2048 kbps","2560 kbps"],
|
||||
"default" : 3,
|
||||
"control" : "combo",
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "REC Frame Rate",
|
||||
"title" : "録画フレームレート",
|
||||
"values" : [0,1,2,3],
|
||||
"value_strings" : ["5 fps","10 fps","15 fps","30 fps"],
|
||||
"default" : 1,
|
||||
"control" : "radio",
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "SSID",
|
||||
"title" : "無線LAN SSID",
|
||||
"default" : "OER-0000",
|
||||
"min_length" : 8,
|
||||
"control" : "text",
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "PSK",
|
||||
"title" : "無線LANパスワード",
|
||||
"default" : "OER12345",
|
||||
"min_length" : 4,
|
||||
"control" : "text",
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "PROTO",
|
||||
"default" : "WPA RSN",
|
||||
"hidden" : true,
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "KEY_MGMT",
|
||||
"default" : "WPA-PSK",
|
||||
"hidden" : true,
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "PAIRWISE",
|
||||
"default" : "CCMP",
|
||||
"hidden" : true,
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "GROUP",
|
||||
"default" : "CCMP",
|
||||
"hidden" : true,
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "SCAN",
|
||||
"default" : "1",
|
||||
"hidden" : true,
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "IP_ADDRESS",
|
||||
"title" : "IP ADDRESS",
|
||||
"default" : "10.1.0.100",
|
||||
"regex" : "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
|
||||
"control" : "text",
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "SUBNET_MASK",
|
||||
"title" : "SUBNET MASK",
|
||||
"default" : "255.0.0.0",
|
||||
"regex" : "^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$",
|
||||
"control" : "text",
|
||||
"type" : "text"
|
||||
},
|
||||
{"key" : "RTSP Bit Rate",
|
||||
"title" : "RTSPビットレート",
|
||||
"values" : [0,1,2,3,4,5,6],
|
||||
"value_strings" : ["128 kbps","256 kbps","512 kbps","1024 kbps","1536 kbps","2048 kbps","2560 kbps"],
|
||||
"default" : 2,
|
||||
"control" : "combo",
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "RTSP Frame Rate",
|
||||
"title" : "RTSPフレームレート",
|
||||
"values" : [0,1,2,3],
|
||||
"value_strings" : ["5 fps","10 fps","15 fps","30 fps"],
|
||||
"default" : 1,
|
||||
"control" : "radio",
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "Format Year",
|
||||
"hidden" : true,
|
||||
"default" : 2024,
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "Format Month",
|
||||
"hidden" : true,
|
||||
"default" : 3,
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "Format Day",
|
||||
"hidden" : true,
|
||||
"default" : 8,
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "OSD Display",
|
||||
"title" : "OSD表示",
|
||||
"values" : [0,1,2,3],
|
||||
"value_strings" : ["左下","左上","右下","右上"],
|
||||
"default" : 0,
|
||||
"control" : "radio",
|
||||
"type" : "int"
|
||||
},
|
||||
{"key" : "Video Reversal",
|
||||
"title" : "画像反転",
|
||||
"values" : [0,1,2,3],
|
||||
"value_strings" : ["正像","上下左右反転","左右反転","上下反転"],
|
||||
"default" : 0,
|
||||
"control" : "combo",
|
||||
"type" : "int"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user