wurmf / OpenBooth

An open source linux application for a photo booth.
MIT License
8 stars 0 forks source link

Check if burst mode can also be done on the camera #46

Open wurmf opened 6 years ago

wurmf commented 6 years ago

Currently the burst mode is implemented in software, but this is a major slowdown, as the pictures have to be transferred from the camera before the next picture can be taken. Possibly the burst mode could also be implemented using the internal camera burst mode. Have a look at both github repos for the java bindings and at the libgphoto library itself.