Is there any way or function to know how many frames are aquired from the live video stream per second.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
anand rathod
le 23 Juil 2020
Réponse apportée : Walter Roberson
le 23 Juil 2020
I want to check how many frames are aquired or how many frames per second are extracted from a live video stream. Is there a function or method for that?
0 commentaires
Réponse acceptée
Walter Roberson
le 23 Juil 2020
You can use callbacks, or you can take advantage of the event log https://www.mathworks.com/help/imaq/eventlog.html . For example stop time minus start time divided by frames acquired gives approximate frames per second. Not exact, though, because there is going to be start-up latency so some of the elapsed time is going to be spent starting up rather than actively acquiring.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!