Skip to content

Commit

Permalink
yaw function
Browse files Browse the repository at this point in the history
  • Loading branch information
nandikakohli committed Aug 6, 2024
1 parent ee73f2d commit cf03110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/python/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cf03110

Please sign in to comment.