Can we come step back in 'vision.VideoFileReader', using 'step' method or any other?
1 回表示 (過去 30 日間)
古いコメントを表示
see this page: http://in.mathworks.com/help/vision/ref/vision.videofilereader.step.html here 'step' is used to go to next frame, is there any way to come back to last passed frame.
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 5 月 25 日
Going back is not possible with that system object.
If you were to use VideoReader then the way to go backwards would be to set the CurrentTime property to a prior time before doing the readFrame
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!