1

In my activity I want to open the Google Camera App to take a photo and setResult to my Activity.
I'm using startActivityForResult()

Can I do that?

https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
birds
  • 187
  • 1
  • 8
  • possible duplicate of [Summary: Take a picture utilizing Camera Intent and display the photo with correct orientation (works on hopefully all devices)](http://stackoverflow.com/questions/16019165/summary-take-a-picture-utilizing-camera-intent-and-display-the-photo-with-corre) – Cristik Apr 29 '15 at 09:33

2 Answers2

0

Try using package manager and open google camera application then capture a photo using it.then find the default location where it stores the files.and retrieve the file.

Prasanth Perumal
  • 259
  • 1
  • 2
  • 4
0

Check out that post: Summary: Take a picture utilizing Camera Intent and display the photo with correct orientation (works on hopefully all devices)

And find some sample code here: https://github.com/ralfgehrer/AndroidCameraUtil

Community
  • 1
  • 1
Ralf
  • 709
  • 6
  • 14