gphoto2 icon indicating copy to clipboard operation
gphoto2 copied to clipboard

Can't set capturetarget from 0 to 1 Sony ILCE-7M3

Open Phurinpat opened this issue 1 year ago • 1 comments

Describe the bug

So we are trying to record the video using the movie capture command gphoto2 --set-config movie=1 --wait-event=10s --set-config movie=0 --wait-event-and-download=2s It is working on our camera to record the video but it is not saving the file to the folder

we have tried to change to capturetarget from sdram(0) to card+sdram(1) did not work as expected. (I'm not sure if it is the root cause or not)

we have tried to changed it with command gphoto2 --set-config capturetarget=1 But the result remain the same as below

gphoto2 --get-config capturetarget Label: Capture Target Readonly: 0 Type: RADIO Current: sdram Choice: 0 sdram Choice: 1 card+sdram END

Name the camera

Model Port

Sony Alpha-A7 III (PC Control) usb:001,011

libgphoto2 and gphoto2 version

This version of gphoto2 is using the following software versions and options: gphoto2 2.5.28 gcc, popt(m), exif, no cdk, no aa, no jpeg, no readline libgphoto2 2.5.30 standard camlibs (SKIPPING docupen lumix), gcc, no ltdl, EXIF libgphoto2_port 0.12.1 iolibs: disk ptpip serial usb1 usbdiskdirect usbscsi, gcc, no ltdl, EXIF, USB, serial without locking

To Reproduce Steps to reproduce the behavior: we keep using this command gphoto2 --set-config capturetarget=1 and check with gphoto2 --get-config capturetarget

debug.log from gphoto2 --set-config capturetarget=1 --debug --debug-logfile=debug.log

Phurinpat avatar Jan 17 '23 13:01 Phurinpat