Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

v0.3.1: History Backup for UDPMulticast based on QThread

Compare
Choose a tag to compare
@zty199 zty199 released this 24 Mar 20:27
· 27 commits to main since this release

History Backup for a deserted solution, using QThread for sending data from UDPMulticast.
This solution is much more stable than QRunnable, but will cause serious lags when image resolution is above 720p.
(Seems that on some CPU, single thread can't handle this, need at least two threads to deal with image scaling and data transporting...)