BugFix WhiteBalance Display View and Rendering window

Use of Settings whitebalance parameters for rendering both window and display preview window. Not most optimal maybe, but efficient and clear.
This commit is contained in:
Bruno Herbelin
2023-03-02 23:30:17 +01:00
parent 6e3497e4c4
commit 0defff8f7c
5 changed files with 31 additions and 56 deletions

View File

@@ -330,7 +330,7 @@ struct Application
show_tooptips = true;
accept_connections = false;
stream_protocol = 0;
broadcast_port = 0;
broadcast_port = 7070;
recentSRT.protocol = "srt://";
recentSRT.default_host = { "127.0.0.1", "7070"};
loopback_camera = 0;
@@ -343,12 +343,6 @@ struct Application
windows = std::vector<WindowConfig>(1+MAX_OUTPUT_WINDOW);
windows[0].w = 1600;
windows[0].h = 900;
windows[1].w = 1270;
windows[1].h = 720;
windows[2].w = 1270;
windows[2].h = 720;
windows[3].w = 1270;
windows[3].h = 720;
}
};