0

Is there a way to information on the camera buit into the phone?

Things like...

  • if there is a camera!
  • resolution
  • if a flash is present
Charles
  • 50,943
  • 13
  • 104
  • 142
Tegra Detra
  • 24,551
  • 17
  • 53
  • 78
  • possible duplicate of [Using the Android SDK i'm not seeing any EXIF in my JPEG's](http://stackoverflow.com/questions/2323722/using-the-android-sdk-im-not-seeing-any-exif-in-my-jpegs) –  Oct 24 '10 at 00:18
  • O I see what you are saying. Thats not quite what I was looking for. I was just writing a simple app that polls the phones basic information. Sensors screen size and screen density os version brand name model etc... I figure that knowing a phones pixel resolution and possible settings is important to know to. – Tegra Detra Oct 24 '10 at 00:41

1 Answers1

0

Look at: Camera.Parameters class

Damian Kołakowski
  • 2,731
  • 22
  • 25