jim-easterbrook / python-gphoto2

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

Continuous shooting / burst #123

Closed henningdekode closed 2 years ago

henningdekode commented 3 years ago

Hey.

I am wondering if it is possible to start capture with continuous shooting and specifically with a start and stop function? For example: gp_camera_start_continuous_capture and gp_camera_stop_continuous_capture

This to start and stop burst mode on the camera. With the former running until receiving a stop or the buffer is full.

or if there is another way to make create that within the library.

Thanks for a great library!

jim-easterbrook commented 3 years ago

You should ask on the gphoto2 mailing list. This "issues" page is for the Python interface to the libgphoto2 library, not the library itself.