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

Wrong rolling shutter applied for Mavic 2 Pro 4:3 ratio #1537

Closed
kikislater opened this issue Sep 28, 2022 · 0 comments
Closed

Wrong rolling shutter applied for Mavic 2 Pro 4:3 ratio #1537

kikislater opened this issue Sep 28, 2022 · 0 comments

Comments

@kikislater
Copy link
Member

How did you install ODM? (Docker, installer, natively, ...)?

Docker

What is the problem?

Wrong rolling shutter applied for 4:3 image

What should be the expected behavior? If this is a feature request, please describe in detail the changes you think should be made to the code, citing files and lines where changes should be made, if possible.

Assuming that the rolling shutter varies with the height of the image, the code for mavic 2 pro is only applied for 3:2 and not 4:3 as specified in the code comment.

DJI Image size

[Mavic 2 Pro], 20MP, 5472×3648 = native ratio of 3:2.

$ python -c "print(4864*3648/1000000)"
17.743872

So in 4:3 ratio 16:9 readout will be applied. 4:3 and 3:2 have same height so theoretically same sensor readout

How can we reproduce this? What steps did you do to trigger the problem? If this is an issue with processing a dataset, YOU MUST include a copy of your dataset uploaded on Google Drive or Dropbox (otherwise we cannot reproduce this).

Just check the code ...

kikislater added a commit to kikislater/OpenDroneMap that referenced this issue Sep 28, 2022
pierotofy added a commit that referenced this issue Sep 28, 2022
M2P rolling shutter correction. Solve issue #1537
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