Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information