Video element, how to get original video width and height
-
@
Video {
id: video
source: Qt.resolvedUrl("rtsp://path.to.video.stream");
}
@Is it possible to get the video width and height from the QML Video component?
I thought it could be possible through video.metaData, but I'm getting "unresolved" value
for all metaData properties.[EDIT: code formatting, please wrap in @-tags, Volker]
-
Bug has been reported:
https://bugreports.qt.nokia.com/browse/QTMOBILITY-1952