Then you need to convert the data that comes from the camera from YCbCr to RGB. You have to do this before or while constructing the QImage.
Here's something to get you started: http://en.wikipedia.org/wiki/YCbCr.
This article shows you how to convert the data to RGB.
Bookmarks