Running two scripts synchronously
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Yanjika O
il 13 Giu 2020
Commentato: Mohammad Sami
il 13 Giu 2020
Hi,
Is it possible to run two scripts at the same time? For example, generating video on the screen and recording a video through usb camera both starting from same time and finishes same time.
Thank you.
1 Commento
Mohammad Sami
il 13 Giu 2020
Does it matter if you record a few seconds of extra video before and after ? You can just setup and start your recording. Then generate the video. Finally stop the recording.
Risposta accettata
Walter Roberson
il 13 Giu 2020
Yes? No?
Synchronizing events precisely turns out to be very hard. There are theoretical arguments to the effect that there are circumstances under which it is literally impossible, that "cause and effect" break down in some cases, and that somes it is not possible to definitely say whether one event occurs before or after another event.
That said... the less precise you need to be on the synchronization, the easier it gets. For example, you could probably synchronize two such scripts to within less than half an hour provided that you do not route the signal out past Jupiter and back. Realistic problems can start showing up at synchronizing to less than 20 seconds.
If you wanted to synchronize to less than one frame at (say) 20 frames per second, then you would probably have trouble doing that.
1 Commento
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!