iPhone 有没有办法分析相机胶卷上所有照片的时间戳?

标签 iphone ios objective-c timestamp photo-gallery

两年多来我的 iPhone 上有大约 3200 张照片,我想创建一个应用程序来分析和绘制我拍摄这些照片的时间(例如:我非常积极地拍摄了一个星期,然后停止了)。 有没有办法在 iPhone 上批量处理相机胶卷照片(在用户许可的情况下)以提取照片的时间戳?

我认为如果我使用“图像捕捉”应用程序将我的照片备份到我的 Mac,我可以使用 Mac 应用程序进行这种度量分析,但导入过程需要几个小时,我正在寻找更简单的方法.

最佳答案

看看ALAssetsLibrary

An instance of ALAssetsLibrary provides access to the videos and photos that are under the control of the Photos application.

Here是示例应用程序 PhotosByLocationn。

Demonstrates how to use the AssetsLibrary APIs to provide a custom image picking UI. The user experience is centered around the idea of using the assets location and time metadata as a basis for certain features.

关于iPhone 有没有办法分析相机胶卷上所有照片的时间戳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16691938/

相关文章:

iphone - 有没有可以在 iPhone 上运行的编程环境?

iphone - 如何替换NavigationController Stack中的viewController?

iphone - 检测用户是否输入了 UITextField

ios - 定义 UIImage 将使用的文件 (Swift)

ios - 定时器后开始 Action

ios - 字符串值在 Objective-C 中始终显示 nil

iphone - 检测没有磁盘空间iPhone SDK

ios - UISlider值无法通过ViewController中的函数访问

javascript - 如何在 ios 手机 phonegap 编程中处理呼出和呼入电话的应用程序?

objective-c - 使用特定键的值过滤 NSDictionary 的 NSArray