gphoto2 icon indicating copy to clipboard operation
gphoto2 copied to clipboard

Add support for Fujifilm X-T30

Open DanielSmith1239 opened this issue 2 years ago • 5 comments

Fill in fields below. If you don't know how, leave it free.

Camera name Fujifilm X-T30

USB IDs 04cb:02e3

camera summary output

Manufacturer: FUJIFILM
Model: X-T30
  Version: 1.41
  Serial Number: 593535353332190621A59320318A74
Vendor Extension ID: 0x6 (1.0)
Vendor Extension Description: fujifilm.co.jp: 1.0; 

Capture Formats: JPEG Defined Type Unknown(b103)
Display Formats: JPEG, Unknown(5000), Defined Type, Unknown(b103)
Supported MTP Object Properties:
	JPEG/3801: dc01/StorageID dc02/ObjectFormat dc03/ProtectionStatus dc04/ObjectSize dc07/ObjectFileName dc08/DateCreated dc0b/ParentObject dc41/PersistantUniqueObjectIdentifier dc44/Name dc87/Width dc88/Height dcd3/ImageBitDepth
	Unknown(5000)/5000: dc01/StorageID dc02/ObjectFormat dc03/ProtectionStatus dc04/ObjectSize dc07/ObjectFileName dc08/DateCreated dc0b/ParentObject dc41/PersistantUniqueObjectIdentifier dc44/Name
	Defined Type/3800: dc01/StorageID dc02/ObjectFormat dc03/ProtectionStatus dc04/ObjectSize dc07/ObjectFileName dc08/DateCreated dc0b/ParentObject dc41/PersistantUniqueObjectIdentifier dc44/Name dc87/Width dc88/Height dcd3/ImageBitDepth
	Unknown(b103)/b103: dc01/StorageID dc02/ObjectFormat dc03/ProtectionStatus dc04/ObjectSize dc07/ObjectFileName dc08/DateCreated dc0b/ParentObject dc41/PersistantUniqueObjectIdentifier dc44/Name dc87/Width dc88/Height dcd3/ImageBitDepth

Device Capabilities:
	File Download, File Deletion, No File Upload
	Generic Image Capture, Open Capture, No vendor specific capture

Storage Devices Summary:
store_10000001:
	StorageDescription: Still
	VolumeLabel: 1593535353332190621A59320318A74
	Storage Type: Builtin RAM
	Filesystemtype: Generic Hierarchical
	Access Capability: Read Only with Object deletion
	Maximum Capability: 18446744073709551615 (4294967295 MB)
	Free Space (Bytes): 18446744073709551615 (4294967295 MB)
	Free Space (Images): -1
store_10000002:
	StorageDescription: Live
	VolumeLabel: 2593535353332190621A59320318A74
	Storage Type: Builtin RAM
	Filesystemtype: Generic Hierarchical
	Access Capability: Read Only with Object deletion
	Maximum Capability: 18446744073709551615 (4294967295 MB)
	Free Space (Bytes): 18446744073709551615 (4294967295 MB)
	Free Space (Images): -1

Device Property Summary:

camera configuration output

gphoto2 --list-all-config > list-all-config.txt

/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: 0
Type: TEXT
Current: 593535353332190621A59320318A74
END
/main/status/manufacturer
Label: Camera Manufacturer
Readonly: 0
Type: TEXT
Current: FUJIFILM
END
/main/status/cameramodel
Label: Camera Model
Readonly: 0
Type: TEXT
Current: X-T30
END
/main/status/deviceversion
Label: Device Version
Readonly: 0
Type: TEXT
Current: 1.41
END
/main/status/vendorextension
Label: Vendor Extension
Readonly: 0
Type: TEXT
Current: fujifilm.co.jp: 1.0; 
END

test capture Does not work.

  • capture-preview prints the following error: *** Error (-6: 'Unsupported operation') ***

  • capture-movie prints the following error:

ERROR: Could not open 'movie.mjpg'.                                            
*** Error (-1: 'Unspecified error') *** 

Note: tried those over SSH on a raspberry pi. Not sure if it makes a difference or not.

DanielSmith1239 avatar Apr 28 '22 13:04 DanielSmith1239

for the xt-30 it is supposed to work only after you update the firmware to be able to run the Fuji Webcam utility.

https://fujifilm-x.com/de-de/support/compatibility/software/x-webcam/

msmeissn avatar Apr 28 '22 14:04 msmeissn

My camera's firmware is fully updated. Would I be able to capture with gphoto2? I'd like to use my camera for Timelapses controlled by my raspberry pi. There are also connection modes for "USB Movie Shooting Auto" and "USB Movie Shooting Fixed" that might be useful, besides for the "X Webcam" connection mode.

DanielSmith1239 avatar Apr 28 '22 14:04 DanielSmith1239

I don't even need to capture images to the computer. That would be preferred, but if I could only get it working as a shutter control that would also work.

DanielSmith1239 avatar Apr 28 '22 14:04 DanielSmith1239

I agree with @DanielSmith1239, if we could get to simply take pictures with gphoto (no liveview, no transfer of files to the computer, etc) it would already be useful for users of non-supported Fuji cameras.

auesro avatar Feb 01 '23 14:02 auesro

for the xt-30 it is supposed to work only after you update the firmware to be able to run the Fuji Webcam utility.

Unfortunately, upgrading firmware and selecting x-webcam in camera settings doesn't change anything for gphoto2

prokoudine avatar Apr 06 '23 13:04 prokoudine