Can we come step back in 'vision.VideoFileReader', using 'step' method or any other?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 25 May 2016
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 Comments
See Also
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!