gphoto2 icon indicating copy to clipboard operation
gphoto2 copied to clipboard

How to capture to MemoryCard now? Nikon Z7

Open tokiAi opened this issue 1 year ago • 3 comments

Bevor updating to

gphoto2 2.5.28
libgphoto2 2.5.30
libgphoto2_port 0.12.1

I was using

gphoto2 2.5.27
libgphoto2 2.5.27
libgphoto2_port 0.12.0

Name the camera NikonZ7

Describe the bug My Code is now not working. I used the combination of

gphoto2 --port usb: --set-config capturetarget=1
gphoto2 --port usb: --trigger-capture --wait-event=CAPTURECOMPLETE

and it worked fine bevor updating, but since the update I have --get-config capturetarget as readonly

Label: Capture Target
Readonly: 0 Type: RADIO Current: Internal RAM Choice: 0 Internal RAM Choice: 1 Memory card END

The problem is now: How I can now campture to MemoryCard without downloading to my computer?

The problem is, it store in RAM:

gphoto2 --port usb: --set-config capturetarget=1
gphoto2 --port usb: --trigger-capture --wait-event=CAPTURECOMPLETE

Waiting for 'CAPTURECOMPLETE' event from camera. Press Ctrl-C to abort.
UNKNOWN PTP Property 500e changed, "expprogram" to "A" UNKNOWN PTP Property d0bf changed, "MovieLogSetting" to "0" UNKNOWN PTP Property d1b4 changed, "ContinousShootingCount" to "15" UNKNOWN PTP Property d1b7 changed, "MovieRecFrameCount" to "15" FILEADDED capt0000.jpg /
CAPTURECOMPLETE event found, stopping wait!

gphoto2 --auto-detect

Model                          Port                                                                                      
----------------------------------------------------------
 Nikon Z7                       usb:002,013   

tokiAi avatar Jun 22 '23 17:06 tokiAi