gphoto2-cffi
gphoto2-cffi copied to clipboard
capture() does not work on Sony a7r3
I tried the sample code on a Sony a7r3:
import gphoto2cffi as gp my_cam = gp.Camera() imgdata = my_cam.capture()
And get the following error:
Traceback (most recent call last):
File "
In the debugger:
len(my_cam.config['settings']) 0
By the way, the output from gphoto2 --list-config does not show a "/main/settings" section, only "/main/capturesettings/", "/main/actions/", ...
However, I have no problems capturing images using gphoto2 or python-gphoto2.