Is it possible to synchronize multiple Pi cameras by synchronizing all their main Pi clocks to a single NTP server, and then commanding them to start taking frames at the same time? (using some software like MTPutty (see this link))
I am new to this whole concept of camera synchronization, so I am not at all sure about this idea. Will it work?
EDIT: Following Steve's suggestion, I thought I would explain what exactly I want to do. I need to study the behaviour of a rat in a fairly large room for approximately an hour's time. Given the size if the room, I will need to use at least three Pi cameras to cover the whole surface, and these have to be synced with respect to each other. I also need to record the time-stamps for each frame, and so, have written a Python script for both taking the video and recording the time-stamps. Since I want all Pis to take frames at the exact same instant of time, I thought of synchronising them to a single NTP server. So, essentially what I need is a way to run this script on all Pis simultaneously.