Insta360Develop / Insta360_OSC

36 stars 4 forks source link

Add support for EXIF GPS data in the takePicture method #3

Open jheiskan opened 4 years ago

jheiskan commented 4 years ago

Model: ONE R Firmware: v1.2.16

Use-case: We would like to write image EXIF data coming from external accurate GPS location (cm level accuracy). The camera API could have a support to write EXIF data with given GPS coordinates delivered via optional fields in "camera.takePicture" API method.

Improvement proposal: { "name":"camera.takePicture", "coordinates": { "GPSAltitude": "zzz", "GPSLatitude": "xxx", "GPSLongitude": "yyy", "GPSLatitudeRef": "N" "GPSLongitudeRef": "E" } }

Thanks

qizhiyu2018 commented 3 years ago

this camera dosen't have a GPS chip, so cann't write GPS data to image

NiklasVoigt commented 1 year ago

any news about here?