优化zoom低倍速下的变倍速率

优化zoom低倍速下的变倍速率
pull/869/head
shanyuanzz 2023-05-28 13:48:55 +08:00 committed by GitHub
parent 31c2f52e48
commit 6d52e1539f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;