v4.4.4¶
v4.4.4 is a maintenance release built on Qt Creator 14.0.2 that improves connection stability and status responsiveness. The background serial-port scanner no longer runs while a camera is connected, and camera state polling is now faster for snappier FPS and status updates. There are no breaking changes.
Highlights¶
Stable connections — the IDE no longer scans serial ports while a camera is connected, preventing the background port scanner from interfering with an active connection.
More responsive status — camera state polling now fires every 25ms for quicker status and FPS updates.
Other changes and improvements¶
The camera state polling rate (
get_state) was set to fire every 25ms for more responsive status and FPS updates, superseding an earlier change that restored the 50ms default. (2648aad5d)
Bug fixes¶
The IDE now skips scanning serial ports while a camera is connected, preventing the background port scanner from interfering with an active connection. (d0ed0b50b)
Platform and tool support¶
Qt Creator base: 14.0.2.
Breaking changes¶
None. This release is fully compatible with existing projects and workflows.