jim-easterbrook / python-gphoto2

Python interface to libgphoto2
GNU Lesser General Public License v3.0
359 stars 59 forks source link

maintain in half press (to force autofocus) and take images #74

Closed pdeman closed 5 years ago

pdeman commented 5 years ago

Hi,

I am trying to maintain the shutter opened and "autofocus working" and then start some image aquisition in raw format.

I thought the eosremoterelease config allowed that.

I did

gphoto2.gp_widget_set_value(configRemoteRelease,"Press Half")
gphoto2.gp_camera_set_config(camera,fullconfig).

but I don't here the shutter opening, neither the autofocus "running". is there an other way to do that ?

jim-easterbrook commented 5 years ago

Not that I know of. This isn't really a good place to ask such questions. The gphoto2 mailing lists are more appropriate.

pdeman commented 5 years ago

ok thanks