DJI Mavic, Air and Mini Drones
Friendly, Helpful & Knowledgeable Community
Join Us Now

Recent content by noelnac

  1. N

    How to extract geotagged frames from video for use in photogrammetry

    just replace latRef with lonRef in lines 84 & 86 and all will working fine. if lat < 0: latRef = "S" else: latRef = "N" if lon < 0: lonRef = "W" else: lonRef = "E"
  2. N

    Simple Tool with GUI for Extracting GeoTagged images from Videos+srt files (useful for photogrammetry)

    Hi I'm a complete newbee in python scripting. Can you explain me how to execute your utility (the exe file) on a windows 11 system. When I try, I get then gui screen and when I hit the batch button, I see a windows starting in the background but nothing happens... Please help me