openauto/autoapp/assets/aa_video.qml
2020-07-11 00:51:03 -05:00

10 lines
138 B
QML

import QtQuick 2.0
import QtGStreamer 1.0
VideoItem {
id: aaVideo
width: 300
height: 300
surface: videoSurface
}