优化zoom低倍速下的变倍速率
优化zoom低倍速下的变倍速率
This commit is contained in:
parent
27bc043028
commit
e09bcc0d66
@ -146,6 +146,7 @@ public class SIPCommander implements ISIPCommander {
|
||||
builder.append(strTmp, 0, 2);
|
||||
strTmp = String.format("%02X", parameter2);
|
||||
builder.append(strTmp, 0, 2);
|
||||
//优化zoom变倍速率
|
||||
if ((combineCode2 > 0) && (combineCode2 <16))
|
||||
{
|
||||
combineCode2 = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user