How to find time step of video signal?
3 次查看(过去 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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!