修复云台控制时前端zoomSpeed设置错误 #1882

This commit is contained in:
lin
2026-01-07 15:51:26 +08:00
parent 2c5f8c149a
commit 4a3430862a

View File

@@ -517,7 +517,7 @@ export default {
command,
parseInt(this.controSpeed * 255 / 100),
parseInt(this.controSpeed * 255 / 100),
parseInt(this.controSpeed * 16 / 100)
parseInt(this.controSpeed * 15 / 100)
])
},
irisCamera: function(command) {