Skip to content

Commit

Permalink
Updated the demo file
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pereira <alex.pereira.6464@gmail.com>
  • Loading branch information
Mario13546 committed Mar 31, 2023
1 parent 87e51c3 commit ad1bfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/customstreaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Main loop
while (True):
# Gets the stream
stream = driverCam.getUnprocessedStream()
stream = driverCam.getStream()

# Displays the stream
cv.imshow("Stream", stream)
Expand Down

0 comments on commit ad1bfae

Please sign in to comment.