Skip to content
Snippets Groups Projects

Resolves #83 net performance, partially

Merged Nicolas Pope requested to merge bug/83/netfps into master
14 files
+ 362
192
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -196,9 +196,11 @@ static void run(ftl::Configurable *root) {
// TODO(Nick) Improve sync further...
for (size_t i = 0; i < inputs.size(); i++) {
if (inputs[i].source->isReady()) inputs[i].source->grab();
inputs[i].source->grab();
}
stream->wait();
for (size_t i = 0; i < inputs.size(); i++) {
if (!inputs[i].source->isReady()) {
inputs[i].params.m_imageWidth = 0;
Loading