필터 지우기
필터 지우기

Is there a way to extract the exact timestamp of a frame when reading it from a video

조회 수: 13 (최근 30일)
Liran
Liran 2015년 3월 26일
댓글: Liran 2015년 3월 26일
My general purpose here is to determine the instantaneous frame rate of a frame.
I can't calculate it using the duration and general frame rate out of the video object ( read by VideoReader).
Any ideas?
  댓글 수: 2
Jan
Jan 2015년 3월 26일
What is an "instantaneous frame rate of a frame"? One frame cannot have a rate.
Liran
Liran 2015년 3월 26일
Like Jan said , i meant that i need 2 frames and 2 timestamps for that

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

답변 (1개)

Jan
Jan 2015년 3월 26일
편집: Jan 2015년 3월 26일
The docs mention the property CurrentTime. How does this differ from your needs? Do you have a video with a varying frame rate? If so, what about importing two frames and calculating the difference between the CurrentTime values?

카테고리

Help CenterFile Exchange에서 Tracking and Motion Estimation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by