Marcus Meissner

Results 498 comments of Marcus Meissner

I would giveit a 50/50 chance that it would work already with the OM-1 code.

can you add debug logfiles? gphoto2 --capture-image-and-download --debug --debug-logfile=capture.log and attach capture.log here

currently we have a property cache , that has a 5 second timeout (currently hardcoded). After that it would refetch everything. as the nikon Dxxx series have a lot of...

there is a capturetarget that can be configured, if you want immediate download check that the setting is on SDRAM

I know that NIKON_AdvancedTransfer exists, but its currently not hooked up in libgphoto2. I also checked the Z6_2 SDK, it does not list it as valid command. So I cant...

The python bindings provide wheels with pre-built binaries, but I am not sure if they are built for windows. @jim-easterbrook ?

you would need to reimplement parts of libgphoto2. so it would make more sense to try building libgphoto2 itself and python bindings with MSYS2 or so

The PTP driver currently also has different port drivers already, USB, PTP/IP and a PTP wrapped in XML passed over PTP driver. For the TCP/IP thing we basically do all...

one thing would be to try to comment out this line: (line 3267 in library.c) CR (ptp_setdevicepropvalue (params, 0xD052, &propval, PTP_DTC_UINT16)); and see if that helps. Also is this a...