-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[bug] Images with the same EXIF information are ignored #1353
Comments
If metadata are available and fully identical, we consider that it is the same image. So if you move your images into another folder it will keep the same ID. |
@fabiencastan I added this info to the wiki. Maybe we could add a notification window for such cases to inform the user why the images were not added. |
My picture series I do record using a Samsung Galaxy S5 Mini and the app OpenCamera. Under Windows I use other free tools like IrfanView which also only knows / supports a precision of seconds.
Yes, exactly the pictures with the same timestamp, up to the last digit which is the second for most of the tools. (I've read about the possible support of milliseconds but obviously that is not used by many common tools.) |
Ok, so we should probably add the file "DateTime" when "Exif:SubsecTimeOriginal" is missing. |
What do you mean? |
I've checked my example again: So the 1-s-resolution of the EXIF timestamp is the best you can get - but not sufficient to identify a picture of some camera! I've also examined other EXIF data of all the devices I've used so far. - Only some borrowed NIKON camera did write SubsecTimeOriginal and some "Serial number" (but created file timestamps with a 2-s-resolution!). Neither my compact camera nor the smartphone did write these. |
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. |
This issue is closed due to inactivity. Feel free to re-open if new information is available. |
Describe the bug
Meshroom does not accept images with the same EXIF camera and timestamp information.
To Reproduce
Just try to add more than one image file with the same EXIF camera and timestamp information to the project. - Meshroom will only accept the first one, ignoring all others.
Expected behavior
Meshroom should accept any number of image files with the same EXIF information.
Desktop (please complete the following and other pertinent information):
Additional context
Every version I've ever used does ignore image files with similar EXIF information. I was never too happy about having to delete all EXIF data from my files before I could add them to Meshroom. I often have to record automatic picture series, because I don't have the time to choose every angle manually or I simply can't reach the record button for some angles I have to hold the camera in. This results in multiple pictures per second!
The text was updated successfully, but these errors were encountered: