@reyalp
Hey , thanks for looking into this.
So , is it doable or not ?As you say its not an easy task , but...can it be done?
Not as easy as I hoped, but definitely doable. I've attached an updated multicam.lua
I would check it in, but there I'm having problems with chdkptp svn repo.
This adds a new function mc:shoot (not to be confused with the camera side shoot command). This works similarly to testshots, but has somewhat different options. They are described in the source. Too shoot 3 shots 100ms at one shot every two seconds, synced starting 100ms after the command is issued, you would use something like
mc:shoot{shots=3,interval=2000,synctime=100}
This uses a new camera side function shoot_burst, which repeated clicks shoot_full without releasing shoot_half. I intend to add the ability to use canon continuous mode, which may be faster on some cameras.
I reload everything when i re-select all cameras , and maybe it's not needed and i lose time for no reason.
I'm not sure what you mean by "reload everything", but you should be able to select cameras without resetting anything. Like
mc:sel({min=2,max=8})
... do some stuff on cameras 2-8...
mc:sel('all')