Hi,

All looks good from your traces, and it should work.

Did you try 

        gphoto2 --capture-image-and-download

and/or

        gphoto2 --capture-preview

?

Note that the SD card cannot be accessed in PC Control mode. 

The default capture will also go via camera SDRAM directly to the computer.

Ciao, Marcus
On Mon, Oct 23, 2023 at 02:37:25AM +0000, �� ȿ�� wrote:
> Thanks, Frontiers!
> 
> 1. I have a Sony Alpha7 camera.
> 2. I want to control it with Raspberry Pi, and it is connected via USB.
> 3. The version of Gphoto2 is the latest, and libgphoto2 has been updated 
> separately.
> 4. The Sony Alpha7 camera has SLOT1 and SLOT2, so you can insert two memory 
> cards.
> 
> Challenge. All commands related to storage media are giving errors.
> 
> Q1. Does gphoto2 not support Sony DSC-A7S III (Control)? I checked 
> http://www.gphoto.org/proj/libgphoto2/support.php but it's not clear.
> 
> Q2. If it supports, what am I missing?
> 
> ---- Attachment
> sony_a7@pi:~ $ gphoto2  --auto-detect
> Model                          Port
> ----------------------------------------------------------
> Sony DSC-A7S III (Control)     usb:001,008
> 
> sony_a7@pi:~ $ gphoto2 --version
> gphoto2 2.5.28.1
> 
> Copyright (c) 2000-2021 Marcus Meissner and others
> 
> gphoto2 comes with NO WARRANTY, to the extent permitted by law. You may
> redistribute copies of gphoto2 under the terms of the GNU General Public
> License. For more information about these matters, see the files named 
> COPYING.
> 
> This version of gphoto2 is using the following software versions and options:
> gphoto2         2.5.28.1       gcc, popt(m), exif, no cdk, no aa, no jpeg, no 
> readline
> libgphoto2      2.5.31.1       standard camlibs (SKIPPING docupen), gcc, no 
> ltdl, EXIF
> libgphoto2_port 0.12.2         iolibs: disk ptpip serial usb1 usbdiskdirect 
> usbscsi, gcc, no ltdl, EXIF, USB, serial without locking
> 
> sony_a7@pi:~ $ gphoto2  --storage-info
> -----------------
> 
> sony_a7@pi:~ $ gphoto2  -L
> There is no file in folder '/'.
> There is no file in folder '/store_00010001'.
> 
> sony_a7@pi:~ $ gphoto2  -l
> There is 1 folder in folder '/'.
>  - store_00010001
> There are 0 folders in folder '/store_00010001'.
> 
> sony_a7@pi:~ $ gphoto2  --list-all-config
> /main/actions/movie
> Label: Movie Capture
> Readonly: 0
> Type: TOGGLE
> Current: 2
> END
> /main/actions/opcode
> Label: PTP Opcode
> Readonly: 0
> Type: TEXT
> Current: 0x1001,0xparam1,0xparam2
> END
> /main/status/serialnumber
> Label: Serial Number
> Readonly: 1
> Type: TEXT
> Current: 00000000000000003285191003374476
> END
> /main/status/manufacturer
> Label: Camera Manufacturer
> Readonly: 1
> Type: TEXT
> Current: Sony Corporation
> END
> /main/status/cameramodel
> Label: Camera Model
> Readonly: 1
> Type: TEXT
> Current: ILCE-7SM3
> END
> /main/status/deviceversion
> Label: Device Version
> Readonly: 1
> Type: TEXT
> Current: 2.11
> END
> /main/status/vendorextension
> Label: Vendor Extension
> Readonly: 1
> Type: TEXT
> Current: Sony PTP Extensions
> END
> /main/imgsettings/whitebalance
> Label: WhiteBalance
> Readonly: 0
> Type: RADIO
> Current: Automatic
> Choice: 0 Automatic
> Choice: 1 Daylight
> Choice: 2 Shade
> Choice: 3 Cloudy
> Choice: 4 Tungsten
> Choice: 5 Fluorescent: Warm White
> Choice: 6 Fluorescent: Cold White
> Choice: 7 Fluorescent: Day White
> Choice: 8 Fluorescent: Daylight
> Choice: 9 Flash
> Choice: 10 Underwater: Auto
> Choice: 11 Choose Color Temperature
> Choice: 12 Preset 1
> Choice: 13 Preset 2
> Choice: 14 Preset 3
> END
> /main/other/5005
> Label: White Balance
> Readonly: 0
> Type: MENU
> Current: 2
> Choice: 0 2
> Choice: 1 4
> Choice: 2 32785
> Choice: 3 32784
> Choice: 4 6
> Choice: 5 32769
> Choice: 6 32770
> Choice: 7 32771
> Choice: 8 32772
> Choice: 9 7
> Choice: 10 32816
> Choice: 11 32786
> Choice: 12 32800
> Choice: 13 32801
> Choice: 14 32802
> END
> 
> 
> sony_a7@pi:~ $ gphoto2 --list-config
> /main/actions/movie
> /main/actions/opcode
> /main/status/serialnumber
> /main/status/manufacturer
> /main/status/cameramodel
> /main/status/deviceversion
> /main/status/vendorextension
> /main/imgsettings/whitebalance
> /main/other/5005
> 
> sony_a7@pi:~ $ gphoto2 --get-config deviceversion
> Label: Device Version
> Readonly: 1
> Type: TEXT
> Current: 2.11
> END
> 
> sony_a7@pi:~ $ gphoto2 --get-config /main/status/vendorextension
> Label: Vendor Extension
> Readonly: 1
> Type: TEXT
> Current: Sony PTP Extensions
> END
> 
> sony_a7@pi:~ $ gphoto2 --get-config 5005
> Label: White Balance
> Readonly: 0
> Type: MENU
> Current: 2
> Choice: 0 2
> Choice: 1 4
> Choice: 2 32785
> Choice: 3 32784
> Choice: 4 6
> Choice: 5 32769
> Choice: 6 32770
> Choice: 7 32771
> Choice: 8 32772
> Choice: 9 7
> Choice: 10 32816
> Choice: 11 32786
> Choice: 12 32800
> Choice: 13 32801
> Choice: 14 32802
> END
> sony_a7@pi:~ $


> _______________________________________________
> Gphoto-devel mailing list
> Gphoto-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gphoto-devel



_______________________________________________
Gphoto-devel mailing list
Gphoto-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gphoto-devel

Reply via email to