Hi all.
Is it possible to show a video from the one Camera to multiple VideoOutputs?
E.g. this code:
import QtQuick 2.4
import QtMultimedia 5.4
Rectangle {
id: root
Camera { id: cam }
Column {
VideoOutput { source: cam; width: 50; height: 50 }
VideoOutput { source: cam; width: 50; height: 50 }
}
}
shows only one video on the last output, and reports the error:
{quote}
bool QDeclarativeVideoOutput::createBackend(QMediaService*) Media
service has neither renderer nor window control available.
{quote}
BR,
Denis
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development