Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (43 loc) · 1.5 KB

README.rst

File metadata and controls

58 lines (43 loc) · 1.5 KB

obs-gphoto

Allows connect DSLR cameras with obs-studio through gPhoto on Linux. At now tested only Canon cameras.

v0.3.0

MODULES

gPhoto live preview capture

Allows capture cameras preview like video.

Timelapse photo capture

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.

REQUIREMENTS

  • obs-studio
  • libgphoto >= 2.5.10
  • libmagickcore
  • libudev(optional)

INSTALLATION

For ArchLinux:

there is a package in AUR.

For installation from source:

Fedora:

Install requirements: dnf install libgphoto2-devel obs-studio-devel ImageMagick-devel systemd-devel

General:

  • git clone https://github.com/Atterratio/obs-gphoto
  • cd obs-gphoto
  • cmake . -DSYSTEM_INSTALL=0 for local installation or cmake . -DSYSTEM_INSTALL=1 for system installation
  • make
  • make install