gphoto / libgphoto2

The libgphoto2 camera access and control library.
GNU Lesser General Public License v2.1
991 stars 317 forks source link

Support for camera Panasonic GH6 #908

Open maxholgasson opened 1 year ago

maxholgasson commented 1 year ago

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

*Name of the camera

GH6

USB IDs e.g. by running: lsusb

camera summary output run

gphoto2 --summary > summary.txt

attach summary.txt here

camera configuration output

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

and attach list-all-config.txt here

test capture

test if capture perhaps already works:

gphoto2 --capture-image-and-download

gphoto2 --capture-preview

msmeissn commented 1 year ago

can you try to fill the other fields? i need at least the USB id, and perhaps also some tests would be good , if you already have this camera.

akrosi8 commented 5 months ago

I have this camera, so I can provide some information if it is useful: USB IDs Bus 007 Device 050: ID 04da:2382 Panasonic (Matsushita) DC-GH6 Summary output summary.txt Configuration list-all-config.txt Capture Capture works fine, as does previewing. JPEG and raw files appear to transfer normally. Battery percentage appears to be reported wrong (the camera was nearly full, not at 5% when the summary was saved), and gphoto2 applications like Darktable recognize the camera as a GH5 instead of a GH6.

akrosi8 commented 4 months ago

After some testing with the official CLI frontend, Entangle and a new Qt frontend I am working on, I'm not sure if this is a libusb/camera firmware bug or a libgphoto2 bug, but most operations fail strangely if a USB3 cable isn't used—copying an image will fail with a generic I/O error and gphoto2's debug output shows it's timing out at some point during the transfer.