Compare commits
2 Commits
e9da441efc
...
34d3ba95ff
| Author | SHA1 | Date | |
|---|---|---|---|
| 34d3ba95ff | |||
| 985b918e59 |
@@ -21,7 +21,6 @@ fps = 30
|
|||||||
frame_size = (X_WIDE, Y_TALL)
|
frame_size = (X_WIDE, Y_TALL)
|
||||||
out = cv2.VideoWriter('./solution2.mp4', fourcc, fps, frame_size)
|
out = cv2.VideoWriter('./solution2.mp4', fourcc, fps, frame_size)
|
||||||
|
|
||||||
|
|
||||||
def parse_and_go(input_file:str, seconds) -> list[list[int]]:
|
def parse_and_go(input_file:str, seconds) -> list[list[int]]:
|
||||||
global Y_TALL, X_WIDE
|
global Y_TALL, X_WIDE
|
||||||
field = []
|
field = []
|
||||||
|
|||||||
Reference in New Issue
Block a user