diff --git a/applications/gui/src/src_window.cpp b/applications/gui/src/src_window.cpp index 0cc4a7830bade6fc5e9c6b670abc22abd4f16a62..501f6d4f5939e07c23e289ceb55392f412ee8f75 100644 --- a/applications/gui/src/src_window.cpp +++ b/applications/gui/src/src_window.cpp @@ -116,14 +116,14 @@ SourceWindow::SourceWindow(ftl::gui::Screen *screen) return true; }); - ftl::timer::add(ftl::timer::kTimerMain, [this](int64_t ts) { + /*ftl::timer::add(ftl::timer::kTimerMain, [this](int64_t ts) { auto *c = screen_->activeCamera(); // Only offer full framerate render on active camera. if (c) { c->draw(framesets_); } return true; - }); + });*/ // Add network sources _updateCameras(screen_->control()->getNet()->findAll<string>("list_streams"));