如何在 Android 中获取捕获图像的详细信息
我想知道如何从捕获的图像中获取图像细节。例如纬度、经度和标题。我的程序捕获图像,我想获取其详细信息以进行编程。
I want to know how to get image details from captured image. like latitude and longitude and title. My programme capture image I want to get its details to programme.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要获取图像详细信息,请使用:
To get image details use:
使用 ExifInterface 您可以获取捕获图像的属性(前提是您的相机已配置)写下它们
Using ExifInterface you can get attributes of the captured image provided your camera was configured to write them