alicevision / AliceVision

Photogrammetric Computer Vision Framework
http://alicevision.org
Other
2.89k stars 807 forks source link

Bitmaps with unix epoch filenames cannot be loaded #1627

Closed illegal-dog-fighting-simulator closed 6 months ago

illegal-dog-fighting-simulator commented 6 months ago

Bitmaps with the file name of milliseconds since unix epoch cannot be loaded. Filename "1701176784151_1701176784230.bmp" Filename "1701176784230.bmp"

Error: Failed to Import Images - Meshroom 2023.2.0 You probably have a corrupted image within the images you are trying to import.

Workaround is to rename the file to something like "IMG_001"

illegal-dog-fighting-simulator commented 6 months ago

Issue addressed here https://github.com/alicevision/AliceVision/issues/1411