Azzera filtri
Azzera filtri

How to find time step of video signal?

7 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by