-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support live capture #1
Comments
This is actually already supported if you use a Nikon camera: http://gphoto2-cffi.readthedocs.org/en/latest/#gphoto2.gphoto2.Camera.capture_video Since I don't have a Canon camera to test with, I couldn't implement/test it for those models, but it shouldn't be too hard. As a workaround, you could continuously call |
I'm using a canon but I'll test the |
Hi, I am having the same issue, I am using a Canon 650D and I am starting a process: I am using the following:
and
When listing the supported operations for my camera
Clearly, the capture_video option doesn't seem to be among the supported operations. Is there a workaround for this? Much appreciated. |
With gphoto2 I can do:
to capture a video of a live preview, can you support this in the binding?
The text was updated successfully, but these errors were encountered: