2

I know you can use objective-c to access it, but wondering is there any Python module that let us do the same thing?

Junhan Ouyang
  • 59
  • 1
  • 10

1 Answers1

0

If you're using app on your , there is photos library.
※ You can browse other libraries here.

Photos library can provide you such API as

  1. capture_image(camera='rear')
  2. get_metadata(image_index=-1)
    ※ Unfortunately, there is no info about resolution. At least I didn't find.
  3. and so on

But it doesn't provide you direct access to camera resolution.

Yeheshuah
  • 1,216
  • 1
  • 13
  • 28