Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是想知道,有没有办法在拍照时存储手机的指南针信息,
理想情况下,拍摄照片时人所面对的方向。
我将如何在android中实现这个
拍摄照片时,ExifInterface 不会根据指南针方向存储数据。
我怎么能把它和照片一起存储呢?
一般这类数据会存储在图片中的 EXIF 标签中,看看android.media.ExifInterface.
android.media.ExifInterface