@reyalpWe did a test with testshots with all the cameras (64 in number) and the delay was huge...we are talking about like 15secs between the two shots.
I've checked the structure of "testshots" in multicam.lua and i see it uses preshoot + shoot for the shots.
Its logic but at the same time , every preshoot..takes time..plus everything else that the command itself does that take their own time.
We did some manual shooting.. preshoot + shoot...1st shot , plain shoot...2nd shot...2nd shot was messy...so as i said its logic that preshoot is needed before every shot.But it consumes time...
The project we are trying to implement is simple.We need to take two shots in very few secs.. 2-3..5 max.So we need something that will do the preshoot/set focus/exposure whatever (on one button all of these lets say)...and in a second button a command that takes two shots..as fast as its possible.Something like this..if its possible.
I am trying to figure out what do you mean exactly with the (1) approach..You mean i will make a new command in multicam.lua ?A variation of testshots?Something like this?And put the preshoot thing out of the main loop of this command ?
I remind again , that triggering 64 cameras needs like ~2 secs , secs starting adding up fast...
Its a project we need it done in like 2 months (if we can't manage it no big deal , but it will help us alot in our work)..so take your time
