Running two scripts synchronously

3 次查看(过去 30 天)
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 个评论
Mohammad Sami
Mohammad Sami 2020-6-13
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.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2020-6-13
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 个评论
madhan ravi
madhan ravi 2020-6-13
MATLAB is definitely not built for parallel computing unlike LabView.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by