From 1b4faf3e47d31db3e416e562458a48778f7403ab Mon Sep 17 00:00:00 2001 From: gocivici Date: Thu, 26 Oct 2023 19:53:48 +0300 Subject: [PATCH] printer settings --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b88e915..c4d6c30 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ cam = cv2.VideoCapture(0) cv2.namedWindow("webcam", cv2.WND_PROP_FULLSCREEN) cv2.setWindowProperty("webcam",cv2.WND_PROP_FULLSCREEN,cv2.WINDOW_FULLSCREEN) printer = Serial(devfile='/dev/serial0',baudrate=19200,bytesize=8,parity='N',stopbits=1.00,dsrdtr=True) -printer.set(density=10) +# printer.set(density=10) cameraMode = False TIMER = 5