OpenDroneMap / ODM

A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷

Home Page:https://opendronemap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DJI Mavic 2 Zoom video (mp4 + srt) processing problem. Missing longitude and latitude in the produced jpg exif data.

idimitrovski opened this issue · comments

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

Installer (Windows 10)

What is the problem?

When processing mp4 files from DJI Mavic 2 Zoom drone, the first step of the processing produces jpg files without lon, lat exif data. This is due to non standard srt file structure (the longitude and latitude params in the srt file are different from the supported formats)

I already added support for the Mavic 2 Zoom srt files in the code. I just opened this issue so I can reference it in the pull request.