Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[keyframe] Skip corrupted frames in VideoFeeds when writing SfMData f…
…iles Instead of stopping (and cancelling) the writing of the output SfMData file whenever a frame cannot be read, we should check whether the feed is a VideoFeed or not: if it is, then it is possible to encounter missing or corrupted frames and these cases should be handled by skipping said missing or corrupted frames; if it is not, then the frames should already be on disk and there shouldn't be any error when reading them, hence the `return false` statement.
- Loading branch information