From cf03110f9a8ca31393f41d72a9845dadfff6644b Mon Sep 17 00:00:00 2001 From: nandikakohli Date: Mon, 5 Aug 2024 17:56:01 -0700 Subject: [PATCH] yaw function --- src/main/python/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/python/test.py b/src/main/python/test.py index 234eb79..3875ded 100644 --- a/src/main/python/test.py +++ b/src/main/python/test.py @@ -12,7 +12,8 @@ while(True): ret, frame = cap.read() - + assert ret + d = Detector() # convert tuple from (height, width, # of channels) to just (height, width)