mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 14:37:53 +08:00
修复云台控制时前端zoomSpeed设置错误 #1882
This commit is contained in:
parent
2c5f8c149a
commit
4a3430862a
@ -517,7 +517,7 @@ export default {
|
|||||||
command,
|
command,
|
||||||
parseInt(this.controSpeed * 255 / 100),
|
parseInt(this.controSpeed * 255 / 100),
|
||||||
parseInt(this.controSpeed * 255 / 100),
|
parseInt(this.controSpeed * 255 / 100),
|
||||||
parseInt(this.controSpeed * 16 / 100)
|
parseInt(this.controSpeed * 15 / 100)
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
irisCamera: function(command) {
|
irisCamera: function(command) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user