Commit 6d52e1539f6c33d5b625ff7fd56bccf8b76971b3
Committed by
GitHub
1 parent
31c2f52e
优化zoom低倍速下的变倍速率
优化zoom低倍速下的变倍速率
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/cmd/impl/SIPCommander.java
| ... | ... | @@ -146,6 +146,7 @@ public class SIPCommander implements ISIPCommander { |
| 146 | 146 | builder.append(strTmp, 0, 2); |
| 147 | 147 | strTmp = String.format("%02X", parameter2); |
| 148 | 148 | builder.append(strTmp, 0, 2); |
| 149 | + //优化zoom变倍速率 | |
| 149 | 150 | if ((combineCode2 > 0) && (combineCode2 <16)) |
| 150 | 151 | { |
| 151 | 152 | combineCode2 = 16; | ... | ... |