diff --git a/radio.py b/radio.py index 79bfdb0..31b8448 100644 --- a/radio.py +++ b/radio.py @@ -70,8 +70,8 @@ def analyze(frame, osc): if __name__ == '__main__': - camera = cv2.VideoCapture("/dev/video2") - # camera = cv2.VideoCapture(0) + # camera = cv2.VideoCapture("/dev/video2") + camera = cv2.VideoCapture(0) osc = udp_client.SimpleUDPClient("0.0.0.0", 5005) while True: