Commit bad697fa authored by Fernando P.I.S.P's avatar Fernando P.I.S.P

Update main.py

parent 7884d05e
......@@ -80,7 +80,7 @@ while True:
cv.putText(image, f'Total Time in screen: {SECONDS}', (175, 17),m.fonts, 0.5, m.ORANGE, 2)
cv.putText(image, f'Total Time out of screen: {TOTAL_BLINKS}', (175, 37),m.fonts, 0.5, m.ORANGE, 2)
cv.putText(image, f'Total count of out of screen: {18}', (170, 67),m.fonts, 0.5, m.ORANGE, 2)
#cv.putText(image, f'Total count of out of screen: {18}', (170, 67),m.fonts, 0.5, m.ORANGE, 2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment