0

I am using the Android SDK for Sony Camera and its working fine, and wanted to send additional settings from App to camera image to Adding meta tags like Author, Tags or even GPS coordinates.

My Question

  1. Is there any way to send additional parameter settings to the Camera pictures.
  2. Alternatively Can I get the copy of the recent picture to Mobile App and changes these.
4

1 回答 1

0

API 中无法将此类元数据发送到相机。

因此,您必须将图片副本复制到手机中,并将元数据放在应用程序中的图像上。

于 2014-12-23T12:44:43.097 回答