projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
scalable edge-detection
[imago.git]
/
capture.py
diff --git
a/capture.py
b/capture.py
index
ca8da3a
..
bbc3c1e
100755
(executable)
--- a/
capture.py
+++ b/
capture.py
@@
-54,6
+54,8
@@
def main():
screen.display_picture(im)
im.save(saving_dir + "{0:0>3}.jpg".format(im_number), 'JPEG')
im_number += 1
+
+ del cam
if __name__ == '__main__':
try: