Re: [gphoto-devel] Adding properties for the Nikon Z8

2025-07-15 Thread Nick Hilton
How does one add an additional widget for the same property? Using the symbolic shutterspeed2 as in: gphoto2 --set-config shutterspeed2=1/500 is definitely preferable over gphoto2 --set-config shutterspeed=0.0020s I have a z7 where I developed my app that uses libgphoto2, and was using shutter

Re: [gphoto-devel] Adding properties for the Nikon Z8

2025-07-13 Thread Marcus Meissner
Hi Nick, I am not sure. but "shutterspeed" should already cover this configuratuon. - it is UINT32 - it is using value / 10.000 currently Only problem is the very short exposuretimes perhaps. On Sat, Jul 12, 2025 at 08:45:47PM -0700, Nick Hilton wrote: > After a bit of debugging, I managed to

Re: [gphoto-devel] Adding properties for the Nikon Z8

2025-07-12 Thread Nick Hilton
After a bit of debugging, I managed to get shutterspeed2 working with my Nikon Z8! https://github.com/weegreenblobbie/libgphoto2/compare/81904a36a2a64e1f6005199ef9193db70e1fc444...8ccf7153f4e95e71c17cd83e19ddbb4e46353cff It turned out to be a 32-bit property, unlike the 8bit properties like the o

[gphoto-devel] Adding properties for the Nikon Z8

2025-07-06 Thread Nick Hilton
Hello! I'm new to libgphoto2 development. I'm interested in adding shutterspeed2 for the Nikon Z8, I have a Z7 mark I, which does support shutterspeed2. Looking at the code here for