필터 지우기
필터 지우기

How to find time step of video signal?

조회 수: 7 (최근 30일)
Shilpa Sonawane
Shilpa Sonawane 2023년 5월 5일
댓글: Star Strider 2023년 5월 5일
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.

채택된 답변

Star Strider
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
Shilpa Sonawane
Shilpa Sonawane 2023년 5월 5일
Sir,
I read the documentation on videoReader. I understood CurrentTime property of video object.
Thank you sir.
Star Strider
Star Strider 2023년 5월 5일
As always, my pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by