android - 从相机拍摄的图像中获取图像
我很好奇如何从 Android 中的 Gallery/Camera 文件夹中获取图像。我正在查看文件管理器,但无法真正了解这些图像在文件系统中的位置。如果我进入文件管理器,我无法找到拍摄照片的确切位置。如果我转到图库应用程序,我会看到它们挂在“相机”文件夹中。
关于我想要完成的事情的一些信息:
获取所有现有照片,在某个时刻保存并将它们显示在我的活动中。我试图允许手机用户从现有照片中将头像分配到他们的个人资料中。
I am curious as to how to get images from the Gallery/Camera folder in Android. I am looking into the file manager and can't really get a grasp as to where the those images are located in the file system. If I go to File Manager I can't locate the exact location of my taken photos. If I go to Gallery app I see them hanging in the "Camera" folder.
A little about what I am trying to accomplish:
Get all existing photos, saved at some point and display them on my activity. I am trying to allow the phone user to assign an avatar to their profile from existing photos.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是代码,以防有人需要。这是在姜饼上测试的。
here is the code, in case somebody needs it. This is tested on gingerbread.
这个答案可能会有所帮助。这是一个常见问题,因此如果您在 StackOverflow 中搜索 Android 相机,可能会得到结果。
This answer might help. This is a common question, so you might get results if you searched StackOverflow for Android camera.