Ver código fonte

change:
1. 移除在变焦后追加发送自动聚焦功能

kindring 2 anos atrás
pai
commit
d1b6a09263
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      web_src/src/components/common/ptzControl.vue

+ 2 - 1
web_src/src/components/common/ptzControl.vue

@@ -199,7 +199,8 @@ export default {
       if(err){
         console.error(err)}
       if(isSendFocus){
-        this.timeSendFocus();
+        // TODO 在变焦后自动跟发聚焦指令
+        // this.timeSendFocus();
       }
     },
     async ptzCameraFocus(){