10000 GitHub - boulabiar/obs-gphoto: Allows connect DSLR cameras with obs-studio through gPhoto on Linux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

boulabiar/obs-gphoto

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obs-gphoto

Forked from https://github.com/dunkelstern/obs-gphoto, which was forked from https://github.com/Atterratio/obs-gphoto.git. Not sure if the upstream is still active.

v0.4.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
  • libjpeg-turbo (probably already installed on your distribution)
  • libudev(optional)

INSTALLATION

For ArchLinux:

Use the included PKGBUILD

For installation from source:

Fedora:

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

General:

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

About

Allows connect DSLR cameras with obs-studio through gPhoto on Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.5%
  • CMake 22.5%
  • Other 1.0%
0