Allows connect DSLR cameras with obs-studio through gPhoto on Linux. At now tested only Canon cameras.
.. image:: https://img.shields.io/badge/Donate-PayPal-blue.svg :target: https://www.paypal.me/AeternusAtterratio .. image:: https://img.shields.io/badge/Donate-YaMoney-orange.svg :target: https://money.yandex.ru/to/410011005689134
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.
there is a `package in AUR`_.
.. _`package in AUR`: https://aur.archlinux.org/packages/obs-gphoto/
Install requirements: :code:dnf install libgphoto2-devel obs-studio-devel ImageMagick-devel systemd-devel
git clone https://github.com/Atterratio/obs-gphoto
cd obs-gphoto
cmake . -DSYSTEM_INSTALL=0
for local installation or :code:cmake . -DSYSTEM_INSTALL=1
for system installationmake
make install