浏览代码

bugfix vpu_live4.py

micha 11 小时之前
父节点
当前提交
59600abf77
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vpu/vpu_live4.py

+ 2 - 2
vpu/vpu_live4.py

@@ -419,7 +419,7 @@ class Vopen():
                     pass
                     #img = self.rescale_frame2(img, 1200)
                 else:
-                    #img = self.rescale_frame2(img, 200)
+                    img = self.rescale_frame2(img, 200)
                     #img = self.rescale_frame2(img, 1200)
 
                 
@@ -2511,7 +2511,7 @@ def GRID_A1_DIM():
         grid_dim_v = dataA[grid_dim_ch-1]
         dim=255
         dim=grid_dim_v
-        dim=120
+        #dim=120
         GRID_DIM(dim,x=CFG["x1"],y=CFG["y2"]-p*8)
         draw_output_label(CFG,dim,name="GRID_A1_DIM")