Skip to content
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

Live view and video recording #11

Closed
r00li opened this issue Oct 9, 2015 · 1 comment
Closed

Live view and video recording #11

r00li opened this issue Oct 9, 2015 · 1 comment
Labels
Canon tagging canon reports

Comments

@r00li
Copy link

r00li commented Oct 9, 2015

Hi!
I am developing an application used for tethered capture. And one of the things that I want to do is support both image and video capture. I have no issues with image capture but I do have some problems with video. The issue seems to be present in gphoto2 and third party libgphoto2 python bindings.

I am using the Canon EOS 5D Mark 2 and gphoto2/libgphoto2 version 2.5.8. If I trigger video recording via the command line with:

gphoto2 --set-config viewfinder=1 --set-config movierecordtarget=Card --wait-event=10s --set-config movierecordtarget=None --wait-event=2s

then the video gets recorded on to the memory card as I want.

But If I capture a preview image before that using:

gphoto2 --capture-preview

then the video will not get captured. Both of the times I will get an output error message saying that property moviecapturetarget was not set. But it will still work in the case I wasn't using preview before that.

One thing that I've noticed is this: When I have the camera in manual mode I have to enable movie recording in my camera menu (live view function settings -> stills + movie) if I want the movie to be recorded. But when I use the capture preview option that menu option gets reset back to stills only.

Is this a camera specific issue or something that can be solved?

@msmeissn
Copy link
Contributor

msmeissn commented Oct 3, 2021

sorry for not reacting on this issue... i hope it is fixed in some form or the other in newer libgphoto2, please open new ticket if not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Canon tagging canon reports
Projects
None yet
Development

No branches or pull requests

2 participants