Quote Originally Posted by hobbyist View Post
Perhaps your webcam produces BGR-frames? In that case try
Qt Code:
  1. mpLbl->setPixmap(QPixmap::fromImage(image.rgbSwapped()));
To copy to clipboard, switch view to plain text mode 
That is the problem, it is OK now, thanks!