Led loop
This commit is contained in:
parent
0d0ec75783
commit
faf4cc1ba8
@ -749,6 +749,7 @@ if __name__ == "__main__":
|
|||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
ledsys = LEDSystem()
|
ledsys = LEDSystem()
|
||||||
ledsys.init()
|
ledsys.init()
|
||||||
|
while True:
|
||||||
cap = cv2.VideoCapture('output.mp4')
|
cap = cv2.VideoCapture('output.mp4')
|
||||||
while cap.isOpened():
|
while cap.isOpened():
|
||||||
ret, frame = cap.read()
|
ret, frame = cap.read()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user