Allows connect DSLR cameras with obs-studio through gPhoto on Linux. At now tested only Canon cameras.
Allows capture cameras preview like video.
Allows capture photo with some intervals(if interval set to 0 work only manual capture) or manual with hotkey and camera capture button, to show work in progress on good picture quality, or to compile timelapse video in future.
- obs-studio
- libgphoto >= 2.5.10
- libjpeg-turbo (probably already installed on your distribution)
- libudev(optional)
Use the included PKGBUILD
Install requirements: dnf install libgphoto2-devel obs-studio-devel libjpeg-devel systemd-devel
git clone https://github.com/dunkelstern/obs-gphoto
cd obs-gphoto
cmake . -DSYSTEM_INSTALL=0
for local installation orcmake . -DSYSTEM_INSTALL=1
for system installationmake
make install