fileURI 和 filePath :phonegap 插件捕获和相机
我正在使用捕获插件进行视频录制
并使用相机插件来获取图像(来自图库和相机),
但作为两者的响应,我得到了不同格式的结果。
与视频案例(捕获)一样,我获取的图像路径为 fullPath/private/var/mobile/Applications/3736F94E-F57B-4537-A352-1B746B1D67FF/tmp/capture/capturedvideo.MOV
在图像案例(相机)中我得到了 fileURIfile://localhost/var/mobile/Applications/3736F94E-F57B-4537-A352-1B746B1D67FF/tmp/photo_002.jpg
有人能告诉我原因吗?为什么它不为两者返回相同的格式?
因为我在 iOS 上使用phonegap
因此,为了将图像/视频转换为 NSData,我必须分别使用 initWithContentsOfURL 和 initWithContentsOfFile 。
阿米特·巴塔
I am using capture plugin for video recording
and using camera plugin for the images (from gallery and camera)
But as response from both I am getting different format result.
As in Video Case(Capture) I am getting image path as fullPath/private/var/mobile/Applications/3736F94E-F57B-4537-A352-1B746B1D67FF/tmp/capture/capturedvideo.MOV
and in Image Case(Camera) I am getting the fileURIfile://localhost/var/mobile/Applications/3736F94E-F57B-4537-A352-1B746B1D67FF/tmp/photo_002.jpg
Can anybody tell me the reason for that? Why doesn't it return the same format for both?
As I am using phonegap with iOS
so for converting the image/video into NSData I have to use initWithContentsOfURL, initWithContentsOfFile respectively.
Amit Batta
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://groups.google.com/group/phonegap/browse_thread/thread/91a75d4b18673f23/8287cb022f353d42#8287cb022f353d42
http://groups.google.com/group/phonegap/browse_thread/thread/91a75d4b18673f23/8287cb022f353d42#8287cb022f353d42