Hi,
I am continuously capturing image from webcam and setting the QPixmap of that QImage on QLabel,

now this process consume more than half of my resources of CPU (CPU Usage)
so kindly please guide me to the efficient solution,

another approach for displaying the captured QImage is also welcomed,
I have also used the QGraphicsView but it also takes the same,

so help ....