Hello, I am wondering if ODM has the capability to process video natively with the only geodata attached being a .srt file. We’re working on identifying debris locations and need a way to take screen shots and have it be georeferenced for use with GIS software. If it’s not possible, would it be better to just take photos along the flightpath every second or so?
1 Like
Yes, you can try to upload video with .srt file directly into ODM and it should work fine. Some additional information could be find here: Process Video Files | WebODM Lightning
You can also add matcher-order parameter to match nearest N images extracted from the video and not trying to compare every image to each other.
As an alternative, you could try to extract video frames by yourself and set GPS coordinates based on your .srt file to every image extracted and upload these frames as a source dataset. This approach could be better since you can manage the overlap percentage by reducing a step for frame extraction.
2 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.