HackUTOKYOv2Pim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit af1cd194d860552932b756f3b719eef985e5bcc7
parent 5707e77dc993e9f3b3caad752b13afff5a42a3c1
Author: 諒太 林 <ryouturn@gmail.com>
Date:   Fri, 30 Aug 2024 20:56:15 +0900

update test

Diffstat:
Mtest.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test.py b/test.py @@ -25,6 +25,8 @@ def main(): count = dump(gray, keep) print(count) + + print(count[0] >= camLimit) if count[0] >= camLimit: if count[0] > count[1]: escapeR @@ -33,7 +35,6 @@ def main(): elif count[1] >= camLimit: escapeL - print("noEscape") if cv2.waitKey(1) != -1: break