How to find time step of video signal?
1 回表示 (過去 30 日間)
古いコメントを表示
I have to find out time step of video signal and need to arrnge input data as (Timestep,96,96,3).
please guide how to find out time step of video signal in matlab.
0 件のコメント
採用された回答
Star Strider
2023 年 5 月 5 日
In the VideoReader documentation, see both FrameRate, and CurrentTime for each frame since the time steps may not be constant. If they are constant, the time step will be 1/FrameRate, otherwise it will be the differences between the CurrentTime values.
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!