FROM APORTS: pipeline: simple: Increase internal buffer count to four aswell
Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
parent
1f090e38f4
commit
638b1ca18e
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ protected:
|
|||
int queueRequestDevice(Camera *camera, Request *request) override;
|
||||
|
||||
private:
|
||||
static constexpr unsigned int kNumInternalBuffers = 3;
|
||||
static constexpr unsigned int kNumInternalBuffers = 4;
|
||||
|
||||
struct EntityData {
|
||||
std::unique_ptr<V4L2VideoDevice> video;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue