diff --git a/tests/customstreaming.py b/tests/customstreaming.py index a61dcaa..e5c4f5a 100644 --- a/tests/customstreaming.py +++ b/tests/customstreaming.py @@ -20,7 +20,7 @@ # Main loop while (True): # Gets the stream - stream = driverCam.getUnprocessedStream() + stream = driverCam.getStream() # Displays the stream cv.imshow("Stream", stream)