-
Notifications
You must be signed in to change notification settings - Fork 116
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
Canon EOS 4000D failure to capture image (Error -110) #213
Comments
can you try gphoto2 --reset perhaps if it hangs? perhaps that helps too. aftre 900 images is quite a while. a debugtrace of right before that run and the buggy run would be interesting |
Sorry to answer so late. That camera was on a long-term exposure. I've just managed to solve this issue using: |
nice to hear it is solved. Not clear what the reason is sadly :/ |
Note that the command #213 (comment) is bypassing the half-press to skip auto-focus, and just doing a full press of the trigger to capture an image only. I'm running into this issue as well with an EOS 1100D, and it looks like #150 reports the same issue on a 1300D. I haven't been able to capture my own debug log yet. FWIW it looks like #150 has a debug log of a failed capture, here's the relevant snippet:
It's interesting that the error is actually coming from setting |
Managed to capture a debug log while this was occurring on my 1100D. The log doesn't seem to complain about setting the aperture, just the capture. I'll see if I can get a debug log for the last successful run before the buggy run as well. |
I captured a sequence of logs demonstrating the error. The last log (145504) ran into the "I/O in progress", the other two logs were the last two commands run before the failure (the same command, run 1 minute apart). @msmeissn Does that provide any hint at what could be going wrong here? |
@TheNeuralBit Did you ever get this resolved? I have the same issue. I can only take one picture though then I have to turn the camera off and on again for the script to work again. |
No it was not solved yet, 19.3.2021. Seems that you need to play with initial waiting sequence CANON 1300D the trick do --wait-event=300ms, but i am not success in no focus capture |
i think the --wait-event=2s as first commandline option might be the thing, that we need to give the camera a bit of startup time. |
I used that command line at the beginning, and also to prevent the camera
from jamming after a certain number of pictures, I use the - -
wait-event=20s to give it enough time to full press the capture image
switch just after that command line.
El jue., 25 mar. 2021 12:19, Marcus Meissner ***@***.***>
escribió:
… i think the --wait-event=2s as first commandline option might be the
thing, that we need to give the camera a bit of startup time.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#213 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALZSUXCPOLNVYXWPJZQCOK3TFML3NANCNFSM4HE6YH3Q>
.
|
can you perhaps capture debug logs, one without the --wait-event=2s in the begin, one with it? so i can see what the trigger condition is to wait for |
I found a reason, I had the same problem "I/O in progress" with my EOS 1100d hanging after first capture with gphoto2. It was the USB Cable connection to the EOS. |
Hi everyone, |
I have been getting the same error while trying to capture pictures with gphoto2 and Canon 5d Mark IV: Canon EOS Full-Press failed (0x2019: PTP Device Busy) ERROR: Could not capture image. ERROR: Could not capture. *** Error (-110: 'I/O in progress') *** There is an option called mirror lockup. It is usually used to avoid blur when using telephoto lenses because they end up shaking the camera despite tripods. When I disabled the mirror lockup, I stopped getting that error. My whole process of debugging the error is here: It starts under July 26th. |
Hi everyone.
I really love this software and I have it installed on two cameras (Canon EOS 1300D and Canon EOS 4000D).
In the case of the 4000D, it usually works fine for about a week (some 900 images), but then I get the following error:
*** Error ***
Canon EOS Full-Press failed (0x2019: PTP Device Busy)
ERROR: Could not capture image.
ERROR: Could not capture.
*** Error (-110: 'I/O in progress') ***
After this has showed up I can't do anything other than rebooting the camera in order for it to work again.
I have on crontab the following command:
gphoto2 --capture-image-and-download
I am using gphoto2 2.5.20.1 and libgphoto2 2.5.22.1
Thanks in advance
The text was updated successfully, but these errors were encountered: