Issues with making timestamped-videos with multiple camera
Show older comments
Hi,
I am acquiring videos of my experimental setup with three cameras. In sequence, I take a snapshot through each camera and also record its timestamp through the snapshot command. Before and after the for loop, I take the clock time (so that I know what time the video began and ended). I have attached the code. The issue however is that, the timestamps from the snapshots reveal a duration more than the duration of the for loop (duration found from the clock times before the start of the for loop and after the end of the loop).
How can this be?
Also, it is weird that cam3 first goes off before cam1, eventhough the first line in the for loop is for cam1.
I have attached:
1) the matlab code
2) the timestamps from the experiment (snapshot times) in a text file called Video_timestamps_test2.txt
3) clock times before and after the for loop (Videotimes_test2.txt)
Thanks for your time.
2 Comments
Walter Roberson
on 1 Sep 2023
This does not surprise me at all.
Shivashankar Peruvazhuthi
on 12 Sep 2023
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Support Package for IP Cameras in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!