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

ODM Texturing fails for images with all caps extension #75

Closed
nirabpudasaini opened this issue Mar 8, 2015 · 1 comment
Closed

ODM Texturing fails for images with all caps extension #75

nirabpudasaini opened this issue Mar 8, 2015 · 1 comment

Comments

@nirabpudasaini
Copy link

The Texturing step is failing because it is trying to read the image "DJI02051.jpg" in OdmTexturing::loadCameras() but i have "DJI02051.JPG" as my source image.

The code fails to read my file because of the case of the extension which is the default that i get from the Camera of DJI drone. The file is read after changing the "JPG" to "jpg".

@smathermather
Copy link
Contributor

Hi @nirabpudasaini,

This is a known issue: #33 (see also #61 ) although apparently it was closed. I re-opened. Would definitely welcome a patch!

Best

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

No branches or pull requests

2 participants