开发者

Android Camera Intent and Geotag

开发者 https://www.devze.com 2023-03-28 16:06 出处:网络
Programmatically I turn on the GPS to get lat/lon and I want to use default android camera Intent to take geotagged photos.

Programmatically I turn on the GPS to get lat/lon and I want to use default android camera Intent to take geotagged photos.

Is there any extra param to pass to the de开发者_运维技巧fault image capture Intent to enable geotag?

Thanks in advance.


I've solved the problem simply by getting the image and later programmatically editing the exif datas of the image.

0

精彩评论

暂无评论...
验证码 换一张
取 消