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 <https://github.com/gphoto/libgphoto2/blob/81904a36a2a64e1f6005199ef9193db70e1fc444/camlibs/ptp2/config.c#L11886> for the Z7, looks like it's using nikon_z6_capture_settings, so is the Z8. I've tried adding a custom nikon_z8_capture_settings menu item here <https://github.com/gphoto/libgphoto2/compare/master...weegreenblobbie:libgphoto2:dev/nikon-z8-shutterspeed2>. I've built the lib and the gphoto2 cli utility, verified it's linking with my local build: ldd gphoto2 | grep libgphoto libgphoto2.so.6 => /home/nhilton/development/pycontrol/external/lib/libgphoto2.so.6 (0x00007275d35f8000) libgphoto2_port.so.12 => /home/nhilton/development/pycontrol/external/lib/libgphoto2_port.so.12 (0x00007275d35e8000) However I don't see any indication my updates are having any impact. I had looked at previous commit changes sets that added various nikon cameras, and it looked similar to what I did, however it's not working. Not really sure how to proceed. Is there any documentation on how config.c is organized that I missed? I own the following camera and can test the changes necessary: z6ii, z6iii, z7, z8. Thank you! Nick
_______________________________________________ Gphoto-devel mailing list Gphoto-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gphoto-devel