⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@mattdawkins
Copy link
Member

Previously, DIVE would error when importing stereo or multicamera data where images in different directories had the same filenames (e.g., left/image001.png and right/image001.png). This is a valid use case for stereo camera setups.

The fix modifies the overlap validation in ImportMultiCamDialog.vue to only check for duplicate filenames in keyword/glob mode (where images come from a single shared directory). In multi-folder mode, same filenames in different directories are now allowed since each camera has its own source directory.

Previously, DIVE would error when importing stereo or multicamera data
where images in different directories had the same filenames (e.g.,
left/image001.png and right/image001.png). This is a valid use case
for stereo camera setups.

The fix modifies the overlap validation in ImportMultiCamDialog.vue to
only check for duplicate filenames in keyword/glob mode (where images
come from a single shared directory). In multi-folder mode, same
filenames in different directories are now allowed since each camera
has its own source directory.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant