You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RASPBERRYPI ONLY: libcamera: v4l2_videodevice: Limit number of queued buffers
V4L2 only allows upto VIDEO_MAX_FRAME frames to be queued at a time, so
if we reach this limit, store the framebuffers in a pending queue, and
try to enqueue once a buffer has been dequeued.
Signed-off-by: Naushir Patuck <[email protected]>
0 commit comments