Hello everyone,
I would like to know if there is a way to retrieve from MIP SDK the live and recording FPS values for a given VideoOS.Platform.Item object.
Thanks,
MB
Hello everyone,
I would like to know if there is a way to retrieve from MIP SDK the live and recording FPS values for a given VideoOS.Platform.Item object.
Thanks,
MB
Short answer is no.
FPS can change dynamically triggered by rules, or can change by a change of configuration. You can only know the FPS if you probe the video. You can fetch a second of video and then count the frames or implement something similar.
If you know the FPS for a period it does mean you know the FPS for the next period. (Unless you have control that there are no rules or frequent configuration changes.)
Using the Configuration API you can read the configured FPS, but it does not give you any history, and it cannot give you information on rules that might change the FPS.