refactor(gui,api,logging): UI layout tweaks, cleanup, and improved diagnostics
- CbBxCamType now spans the full width of CbBxCameraModel - BtnTest_Click moved to the bottom of AiQ_GUI.cs for easier testing/navigation - Unused using directives removed across files - Login credentials factored out and reused in MobileAPI.cs - VLC.cs Capture function reviewed and superseded by TakeSnapshot - InsertCamTab implementation updated to avoid use of `var` - Misleading '// Non-ONVIF cameras' comment corrected - Added Level.Debug logging, accessible only to developers, for detailed diagnostics
This commit is contained in:
2
AiQ_GUI.Designer.cs
generated
2
AiQ_GUI.Designer.cs
generated
@@ -1932,7 +1932,7 @@ namespace AiQ_GUI
|
||||
CbBxCamType.Margin = new Padding(4, 3, 4, 3);
|
||||
CbBxCamType.MaxDropDownItems = 20;
|
||||
CbBxCamType.Name = "CbBxCamType";
|
||||
CbBxCamType.Size = new Size(233, 25);
|
||||
CbBxCamType.Size = new Size(254, 25);
|
||||
CbBxCamType.TabIndex = 241;
|
||||
CbBxCamType.SelectedIndexChanged += CbBxCamType_SelectedIndexChanged;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user