Hi
Working with Qt 4.6.3 on an embedded system. Get some data from camera sensor
and saved in a QByteArray frame. Due to image format differences I convert the
data into a QImage img which is using the following for rendering onto a QLabel.
ui.cameraView->setPixmap(QPixmap::fromImage(img));
When I time this last line of code, for large resolution (640x480) it is very slow
and limit the performance severely in terms of fps (frame-per-second).
Are there any tricks / ways in Qt to accelerate this rendering aspect ?
Thank you very much in advance for your time and help.
Brahim
Bookmarks