-
Notifications
You must be signed in to change notification settings - Fork 115
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
Leica Q3 #601
Comments
can you get debug output from the failed capture+download? |
OK, I've attached the debug output for both failed commands. One thing probably work noting is that the capture preview fails and seems to terminate the PTP session as the camera resumes its untethered state after the command returns. Thanks a bunch & I'm excited for capture-preview-failure.txt |
There is some weirdness, that the session is reported already open which led to the error. 0.059354 ptp_usb_getresp [usb.c:516] (0): PTP_OC 0x1015 receiving resp failed: PTP Session Not Open (0x2003) Currently the code does not seem to take the Leica specific paths as it did not know the USB id. I have now added the USB id to libgphoto2, so one thing you can try is to update libgphoto2 to current GIT master, where I added the USB id? |
OK, I built Thanks! capture-image-and-download-logfile.txt |
i added another fix, can you pull , rebuild and retest? |
|
So it waits for the "Capture COmplete" event, which does not arrive.
to |
|
very good! :) |
Name of the camera
Leica Q3
USB IDs
(serial number blanked out)
camera summary output
(serial number blanked out)
summary.txt
camera configuration output
list-all-config.txt
test capture
test if capture perhaps already works:
gphoto2 --trigger-capture
worksgphoto2 --capture-image-and-download
takes a photo but fails to move past that andgphoto2 --capture-preview
fails with*** Error (-1: 'Unspecified error') ***
.Let me know if you'd like debug logs, USB traffic captured or any more info.
Thanks!
The text was updated successfully, but these errors were encountered: