Hi all,
I saw there's a synch version of the uSB remote command option, so that when I press the trigger the cam sets itself to shoot and then shoots only when I release the button.
This is the behaviour I need.
My wonder is: is it the same if I use this built-in option or if I use a handmade script that would be something like:
while (is_pressed("remote")) do
// nothing
end
shoot()
I need this for a camera array (bullet time) prj so all shoots must be super-precisely synchronized. I was wondering which is the best method to ensure maximum synch.
thk all