chubun

Results 1 issues of chubun

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...