Testing not re-saving EXIF on exit
This commit is contained in:
parent
6237762309
commit
4602b1da9d
1 changed files with 4 additions and 4 deletions
|
|
@ -263,10 +263,10 @@ class BaseCamera(object):
|
|||
|
||||
def store_captures(self):
|
||||
# Save metadata files
|
||||
for image in self.images:
|
||||
image.save_metadata()
|
||||
for video in self.videos:
|
||||
video.save_metadata()
|
||||
#for image in self.images:
|
||||
# image.save_metadata()
|
||||
#for video in self.videos:
|
||||
# video.save_metadata()
|
||||
|
||||
# Update capture database
|
||||
self.save_capture_db(self.images, self.images_db)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue