Skip to content

Commit

Permalink
release the right cap also
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Apr 2, 2020
1 parent 927ce03 commit d61c613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumented/dual_camera_naive.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def show_camera():
if keyCode == 27:
break
left_cap.release()
right_cap.release()
cv2.destroyAllWindows()
else:
print("Unable to open camera")
Expand Down

0 comments on commit d61c613

Please sign in to comment.