Another forwarded message:

Hmm, I think I figured it out.

After

m_image.image.fromYVYU(decodedbuf);

I added

m_image.image.swapRedBlue();

and now it works. Strange... I guess this should be added as a patch (at least on Linux DV).

BTW, this is somewhat OT but is there a way to limit how many frames are captured from the camera per second in order to limit its CPU usage?

Best wishes,

Ico