waitkey
This commit is contained in:
parent
746081ba06
commit
faedaef1ba
2
main.py
2
main.py
@ -77,7 +77,7 @@ if cam.isOpened():
|
|||||||
#printer.text("Spooky Night 2023")
|
#printer.text("Spooky Night 2023")
|
||||||
#printer.text("2023\n")
|
#printer.text("2023\n")
|
||||||
printer.text("\n\n\n\n")
|
printer.text("\n\n\n\n")
|
||||||
# cv2.waitKey(5000)
|
cv2.waitKey(5000)
|
||||||
img = cv2.cvtColor(img,cv2.COLOR_BGR2RGB)
|
img = cv2.cvtColor(img,cv2.COLOR_BGR2RGB)
|
||||||
img = Image.fromarray(img)
|
img = Image.fromarray(img)
|
||||||
draw = ImageDraw.Draw(img)
|
draw = ImageDraw.Draw(img)
|
||||||
|
Loading…
Reference in New Issue
Block a user