Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support simplified camera set IO #39

Open
russelldj opened this issue Nov 20, 2023 · 0 comments
Open

Support simplified camera set IO #39

russelldj opened this issue Nov 20, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@russelldj
Copy link
Collaborator

Currently, we can only read camera sets in from metashape and not export them in any format. This is problematic because we frequently need to subset cameras to a geospatial region, which can be time consuming if it requires checking exif metadata. It would be useful to be able to save out the subset of camera files to avoid this repeated computation. A simple json should be sufficient, capturing things like the folder path to the images, the camera models, and then for each camera, the filename, rotation, translation, and scale, and which sensor it corresponds to. Optionally, the GPS data could be included.

@russelldj russelldj added enhancement New feature or request good first issue Good for newcomers labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant