Open StyXman opened 5 years ago
I have another shot from when it worked and it was for 299s. Maybe exactly 300s (or more) is not supported?
0xa200 is a camera error.... The camera might not like this long time I think.
we do not have a 300 second limit at least (or any limit in this case)
What would yo need for pushing this further?
a full debuginfo of this would be helpful
Dang, 2y later and I still get this. I just tried again.
This works:
mdione@ioniq:~/src/projects/ansel$ gphoto2 --set-config f-number=f/10 --capture-image-and-download
New file is in location /store_00010001/DCIM/117D7200/NKN_6801.JPG on the camera
Saving file as NKN_6801.JPG
Deleting file /store_00010001/DCIM/117D7200/NKN_6801.JPG on the camera
but this doesn't:
mdione@ioniq:~/src/projects/ansel$ gphoto2 --set-config bulb=1 --wait-event 2s --capture-image-and-download
Waiting for 2 seconds for events from camera. Press Ctrl-C to abort.
UNKNOWN PTP Property 500e changed
UNKNOWN PTP Property 500e changed
UNKNOWN PTP Property 5013 changed
UNKNOWN PTP Property d1b3 changed
UNKNOWN PTP Property d1b4 changed
UNKNOWN PTP Property d1f1 changed
UNKNOWN PTP Property 500c changed
UNKNOWN PTP Property 500d changed
UNKNOWN PTP Property d100 changed
*** Error ***
PTP Device Busy
ERROR: Could not capture image.
ERROR: Could not capture.
*** Error (-110: 'I/O in progress') ***
Attached full debug file.
I just tried the same command and I noticed that at least this time, the photographs stay in the camera's SD. I have the impression it's not always the case.
Describe the bug
Three months ago I connected my computer to my Nikon D7200 via the camera's wifi and took some 180s snapshots without any problems.
Today I tried again (after possibly some
gphoto2
upgrade; I run Debian Sid and I update every Sunday) and the shutter was open for I guess 300s all right, but then something failed and I don't have my shot.Name the camera
Nikon DSLR (WLAN)
libgphoto2 and gphoto2 version
To Reproduce Command I used both times:
LC_ALL=C gphoto2 --camera "Nikon DSLR (WLAN)" --port ptpip:10.84.0.1 --bulb 300 --capture-image-and-download
I have a
--summary
output from back then when it worked, and I can provide a new one if needed, but please be patient with me, unluckily I don't always have the time. I also have a full debug output form this time, hare are the lines withfailed
:I will try to upload the full outputs and debug soon.