diff options
Diffstat (limited to 'CamTest.py')
-rw-r--r-- | CamTest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,5 +32,5 @@ while True: break # Release the camera and close all windows -cam.release() +cam.stop() cv2.destroyAllWindows() |