Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Atterratio/obs-gphoto
Allows connect DSLR cameras with obs-studio through gPhoto on Linux
https://github.com/Atterratio/obs-gphoto
Last synced: 2 months ago
JSON representation
Allows connect DSLR cameras with obs-studio through gPhoto on Linux
- Host: GitHub
- URL: https://github.com/Atterratio/obs-gphoto
- Owner: Atterratio
- License: gpl-2.0
- Archived: true
- Created: 2017-10-10T09:15:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T16:39:42.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T19:37:01.717Z (5 months ago)
- Language: C
- Homepage:
- Size: 33.2 KB
- Stars: 43
- Watchers: 3
- Forks: 16
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
- awesome - Atterratio/obs-gphoto - Allows connect DSLR cameras with obs-studio through gPhoto on Linux (C)
README
==========
obs-gphoto
==========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------
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`_.
.. _`package in AUR`: https://aur.archlinux.org/packages/obs-gphoto/
For installation from source:
=============================Fedora:
-------
Install requirements: :code:`dnf install libgphoto2-devel obs-studio-devel ImageMagick-devel systemd-devel`General:
--------
* :code:`git clone https://github.com/Atterratio/obs-gphoto`
* :code:`cd obs-gphoto`
* :code:`cmake . -DSYSTEM_INSTALL=0` for local installation or :code:`cmake . -DSYSTEM_INSTALL=1` for system installation
* :code:`make`
* :code:`make install`