I've now finished with the HP timers (
link in case anyone is reading this in the future), so I'm back to this thread for the next stage of this project.
I'll tackle things from the master side first. Here's how I would like it to work:
I will have the master camera either in program or manual mode, usually with autofocus (servo autofocus disabled of course). I half-press the shutter, and once the focus is locked, the transmission program will send focus, exposure, aperture, ISO and ND filter state. With which the slave will apply as soon as it can. Preferably the slave can be in either program or manual mode. If necessary, the master could alert the slave as soon as half-press is touched, if that will save any time when applying the values later on. Then of course full-press tells the slave to also full-press, where both cams will wait till the master full-press is released before syncing the shot.
I have a few questions though.
Firstly, I couldn't find how many focus bits the S110 had. In the menu, subject-distance override goes from 30 up to 131535 mm. But 17 bits of focus would give a maximum of 131071 (or 131101 starting from 30). So I'm not exactly sure what's going on here.
Secondly, what would the best method of setting focus be? According to
that spreadsheet, the S110 crashes with set aflock. Do I just half-press then set the focus straight away with the property case? Or do I have to wait till the camera locks focus first?
Thirdly, would I be right in assuming I am to set the property cases
here (though I'll probably use the defined macros so it will be the same on my D20) with get_property_case, and read them with shooting_get_prop?