waveform80 / picamera

A pure Python interface to the Raspberry Pi camera module
https://picamera.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.56k stars 358 forks source link

Serialize GPS information #696

Closed perezzini closed 2 years ago

perezzini commented 2 years ago

Hi,

Is there a way to serialize GPS information using picamera like raspistill does: raspistill -o "test.jpg" -gps ?

Thanks in advance.