Dear All,
I am experimenting on a project which is connected to a camera by means of QTcpSocket. My program is to send a request for an image to camera and after receiving, process it and send another request.
The problem is in terms of CPU Utilization. My program takes 40 - 50% of CPU to execute. Is this deafault behaviour or is there any way to fix this issue so that program takes less CPU.


Reply With Quote

Or better yet, output from a profiler - this will tell you immediately what eats up most of the cpu.

Bookmarks