1

I would like to extract GPS information from each frame of a video taken with a iPhone.

I use OpenCV 3 for Python. I can read the video and extract each frame but I don't know how to extract GPS information.

Does anyone have an idea?

Dan Mašek
  • 17,852
  • 6
  • 57
  • 85
Yvanou
  • 93
  • 1
  • 3
  • 7
  • That seems well out of scope of OpenCV. Perhaps some library that can extract metadata from Quicktime/MOV files, or video files in general. – Dan Mašek Dec 31 '16 at 16:37
  • I found the "exifread" and "hachoir" that may contain what I'm looking for. I will try them soon. – Yvanou Dec 31 '16 at 19:12
  • 1
    I tried exifread which works like a charm! I found my answers in this [post]( http://stackoverflow.com/questions/19804768/interpreting-gps-info-of-exif-data-from-photo-in-python) – Yvanou Jan 02 '17 at 00:03
  • @Yvanou how did you process the frame? that solution only gives how you can work with an image file. – Suman Apr 22 '22 at 16:12

0 Answers0