Skip to content

v4l2src: Ignore non-increasing sequence number

With older kernel, older driver or just broken drivers, the sequence number may not be increasing. This simply ignore the sequence in this case. This would otherwise miss-leading large amount of lost frame being reported.

Fixes #729 (closed)

Merge request reports