This commit is contained in:
Cole Deck 2024-05-14 21:52:14 -05:00
parent 0d0ec75783
commit faf4cc1ba8

View File

@ -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()