开发者

Do android photo's store compass information in metadata, if not how could it be done?

开发者 https://www.devze.com 2023-03-01 09:47 出处:网络
Just wondering , is there a way of 开发者_运维技巧storing the compass information of your phone when you take a photo,

Just wondering , is there a way of 开发者_运维技巧storing the compass information of your phone when you take a photo,

Ideally the direction the person is facing when the photo will be recorded.

How would i go about implementing this in android

Edit added

the ExifInterface does not store data based on the compass direction when a photo is taken.

How could i go about storing it with the photo?


Generally this type of data would be stored in EXIF tags in the image, take a look at android.media.ExifInterface.

0

精彩评论

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