- Added new tab called Video
- Removed unused tabs on load (Soak, Mobile, Video, Images).
- Refactored InsertCamTab():
- Uses CurrentTabs to manage multiple tabs per camera type.
Mobile → inserts Video + Mobile tabs.
AiQ → inserts Images + Soak tabs.
-Cleans up previous tabs before inserting new ones.
-Updated BtnTest_Click():
Added 5-second delay before snapshot.
Takes snapshot after video starts playing.
- New file created VLC.cs
Streams the given IP into the Video tab and takes a snapshot
- Pre test now checks firmware and adds the label dynamically to the panel
• AiQ_GUI.Designer.cs
- Added CbBxCameraModel.SelectedIndexChanged to properly wire UI element.
• Microsoft/StatsExcel.cs
- Improved workbook loading error handling to distinguish between corruption and file access issues.