mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
fix error on live reconstruction
This commit is contained in:
parent
e83bbb9b12
commit
68b9057619
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class LiveSfmManager(QObject):
|
|||
to include those images to the reconstruction.
|
||||
"""
|
||||
# Get all new images in the watched folder
|
||||
imagesInFolder = multiview.findFilesByTypeInFolder(self._folder)
|
||||
imagesInFolder = multiview.findFilesByTypeInFolder(self._folder).images
|
||||
newImages = set(imagesInFolder).difference(self.allImages)
|
||||
for imagePath in newImages:
|
||||
# print('[LiveSfmManager] New image file : {}'.format(imagePath))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue