This repository was archived by the owner on Aug 27, 2022. It is now read-only.
Feature/gphoto python#386
Merged
andi34 merged 11 commits intoandi34:devfrom Feb 22, 2022
up-87:feature/gphoto-python
Merged
Conversation
…ing. Temporary info added to README.md
…ures like support for bsm with a preview that ends after a photo was taken.
…ks: script keeps running and stays connected to camera. Only live is disabled
… with call similar to gphoto2 cli (if service is running this calls the service if not it acts like gphoto2 cli and just shoots a single photo)
… for the running service) add script to setup gphoto2 webcam and install dependencies of cameracontrol.py add in depth faq entry on cameracontrol.py
…. Doesn't exit gracefully on shutdown but neither does gphoto2 cli
cameracontrol.py add live chromakeying with option to use chromakeying for saved image (currently replaces non chromakeyed image), fix possible endless loop of graceful exit if no camera is connected
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisites checklist
What is the purpose of this pull request? (put an "x" next to an item)
What changes did you make? (Give an overview)
Added another way to control dslr cameras with cameracontrol.py. Added easy way to install it. Added some docs for it.
Is there anything you'd like reviewers to focus on?
review: not so much. But the script might need some experience with other cameras as by now it was only ever used with a Canon 70D.