I know you can use objective-c to access it, but wondering is there any Python module that let us do the same thing?
Asked
Active
Viewed 3,268 times
2
-
What are you using to make an iOS app with python? – EmilioPelaez Mar 13 '20 at 07:21
-
I am using kivy – Junhan Ouyang Mar 13 '20 at 10:19
1 Answers
0
If you're using pythonista app on your iphone, there is photos library.
※ You can browse other libraries here.
Photos library can provide you such API as
- capture_image(camera='rear')
- get_metadata(image_index=-1)
※ Unfortunately, there is no info about resolution. At least I didn't find. - and so on
But it doesn't provide you direct access to camera resolution.

Yeheshuah
- 1,216
- 1
- 13
- 28