Sfoglia il codice sorgente

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

kindring 2 anni fa
parent
commit
d1b6a09263
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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(){