Issues with making timestamped-videos with multiple camera
이전 댓글 표시
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
Walter Roberson
2023년 9월 1일
This does not surprise me at all.
Shivashankar Peruvazhuthi
2023년 9월 12일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!