在 Exif 中设置纬度和经度,但图库应用程序无法识别更新的 Exif GPS 位置?
我按照博客 http 中的教程帖子进行操作://android-coding.blogspot.com/2011/10/set-latitude-and-longitude-in-exif.html,但是我也有博主提到的同样问题,Gallery识别的新位置应用程序。
可以使用 exifInterface.getLatLong(LatLong) 读取更新的位置,因此我认为它已正确写入。有人可以建议吗?
I follow the tutorial post from the blog http://android-coding.blogspot.com/2011/10/set-latitude-and-longitude-in-exif.html, but I have the same problem mentioned by the blogger, the new location recognized by Gallery App.
The updated location can be read using exifInterface.getLatLong(LatLong), so I suppose it have be write correctly. Anybody can advise?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上代码正在运行。
您需要通过蓝牙发送在另一台设备上检查它。我们的设备在自己的数据库中维护图像的纬度和经度,其中 TAG_GPS_LATITUDE 与图像一起保存。画廊显示数据库中的纬度和经度。
Actually code is working.
You need to check it in another device by sending via bluetooth. Our device maintains lat and long of image in its own database where as TAG_GPS_LATITUDE is saved with image. And gallery displays lat and long from database.