alicevision / Meshroom

3D Reconstruction Software
http://alicevision.org
Other
11.06k stars 1.08k forks source link

Meshroom doesn't find metadata added with Exiftool #1554

Open jhaggle opened 2 years ago

jhaggle commented 2 years ago

I have some images from different cameras that I want to runt through the Meshroom pipeline. The images don't have serial numbers and I therefore get the following warning from Meshroom:

"Warning: SerialNumber metadata is missing. Images from different devices might incorrectly share the same camera internal settings." See the screenshot below.

I therefore used Exiftool on the commandline in linux to add serialnumbers to the images like this: exiftool -SerialNumber="1" "img_72.png" exiftool -SerialNumber="2" "img_39.png" ....

I then run the following command in the linux terminal to check: exiftool "img_72.png"

The output shows that the file metadata now includes the field Serial Number, so it seems to be working. HOWEVER, I still get the same warning from meshroom. Thus it seems as if Meshroom doesn't see the added metadata. What is wrong?

image

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.