Raise capture buffer normal size to 2
Temporal measure until dynamic resize is merged.
This commit is contained in:
parent
eed27d3c0a
commit
ae7ae8a870
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ namespace video {
|
|||
}
|
||||
display_wp = disp;
|
||||
|
||||
constexpr auto capture_buffer_normal_size = 1;
|
||||
constexpr auto capture_buffer_normal_size = 2;
|
||||
constexpr auto capture_buffer_size = 12;
|
||||
std::list<std::shared_ptr<platf::img_t>> imgs(capture_buffer_size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue