Issues with making timestamped-videos with multiple camera
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 1 de Sept. de 2023
This does not surprise me at all.
Shivashankar Peruvazhuthi
el 12 de Sept. de 2023
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre MATLAB Support Package for IP Cameras en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!