Skip to content

v4l2: no need to clean CAPTURE buffer cache

By default, v4l2 clean CAPTURE buffer cache which lead dqbuf time consuming about 7~8 millisecond, thus result in poor performance. Set no need clean cache flag when enqueue CAPTURE buffer can promote performance that dqbuf time consuming is less than 1 millisecond.

Merge request reports