标签: android camera
在我的活动中,我想打开Google相机应用以拍摄照片并setResult进入我的活动 我正在使用startActivityForResult()
setResult
startActivityForResult()
我能这样做吗?
https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera
答案 0 :(得分:0)
尝试使用包管理器并打开谷歌相机应用程序,然后使用它捕获照片。然后找到它存储文件的默认位置。并检索文件。
答案 1 :(得分:0)
查看帖子: Summary: Take a picture utilizing Camera Intent and display the photo with correct orientation (works on hopefully all devices)
在此处找到一些示例代码:https://github.com/ralfgehrer/AndroidCameraUtil