mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
Enhance error handling in FrameGrabber destructor, improve connection logic in NetworkStream, and update stream protocols in NetworkToolkit. Refactor Stream and VideoStreamer for better failure logging and termination handling. Modify UserInterfaceManager to clear new panel on reload.
This commit is contained in:
@@ -4471,8 +4471,10 @@ void Navigator::RenderNewPannel(const ImVec2 &iconsize)
|
||||
ICON_FA_CARET_RIGHT " webcams or frame grabbers\n"
|
||||
ICON_FA_CARET_RIGHT " vimix Peer-to-peer in local network.");
|
||||
ImGui::SameLine();
|
||||
if (ImGuiToolkit::IconButton(5, 15, "Reload list"))
|
||||
if (ImGuiToolkit::IconButton(5, 15, "Reload list")) {
|
||||
Device::manager().reload();
|
||||
clearNewPannel();
|
||||
}
|
||||
ImGui::Spacing();
|
||||
|
||||
if (custom_connected) {
|
||||
|
||||
Reference in New Issue
Block a user