jezv 11 tháng trước cách đây
mục cha
commit
e4fd05ea5c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      trex/main.py

+ 1 - 1
trex/main.py

@@ -9,7 +9,7 @@ import cv2
 
 cv2.namedWindow('View', cv2.WINDOW_NORMAL)
 DEFAULT_MONITOR = 3
-DEBUG = True
+DEBUG = False
 scheduler = sched.scheduler(time, sleep)
 dilation_kernel = np.array([[0,0,0], [1, 1, 1], [0,0,0]]).astype('uint8')