add code
This commit is contained in:
parent
8f2698b48f
commit
6b416e48d5
@ -662,7 +662,12 @@ std::string JsonData::JsonCmd_Cgi_30(Param_30 ¶m) {
|
||||
}
|
||||
}
|
||||
if(param.mMode == 0 && productNo == "02"){
|
||||
resolution = 1 / 1.6;
|
||||
std::string::size_type comper = param.mChannelId.find("Z");
|
||||
if (comper != std::string::npos) {
|
||||
resolution = 1.0666;
|
||||
}else{
|
||||
resolution = 1 / 1.6;
|
||||
}
|
||||
}else if(param.mMode == 1 && productNo == "02"){
|
||||
resolution = 1 / 3.2;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user