Hello,
I have modified the Multimedia camera sample to take pictures in an applications, save it as a file and display the picture in a label by loading if from the file.
The strange thing is that the picture that is displayed in the label is not the picture I have just taken, but the previous capture.
This is perhaps a classic beginner's mistake, but can you give me any pointers to the litterature or advice?
i've tried to erase the previous picture before the capture but then I get a message saying the picture does not exist.

Oh and by the way QPixmap::load() has not worked with BMP files, nor PNG files, but only JPG files.

My environment is Win 7, Qt 5.2.1 with MingW.