zero-two-O2/TMS_v3 ? reverse-engineered prompt

Reverse engineered prompt

Build me a Python 3.10 desktop app for a thermal monitoring system.

It should have two main modes, a configuration screen where I can set up cameras and system settings, and an observer screen where I can watch thermal image data live and review what the system is seeing. I also want an offline analysis mode so I can load saved raw camera data later and inspect it without connecting to the cameras.

Use a clean PyQt6 interface, connect to SQL Server for storing data and settings, and plan for HALCON image handling and shared memory frame transfer. Please wire up the project so it feels like the start of a real product, with sensible folders, a basic working UI, and placeholders where the camera and analysis logic will go.

If you need to check current HALCON setup details or docs, look them up online and make sure the project is set up in a way that matches the correct MVTec Python binding.