summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo/qmlvideo/CameraBasic.qml
blob: 77072c6c9c132a57d3b11a9b3d96839036b2d431 (plain)
1
2
3
4
5
6
7
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

SceneBasic {
    contentType: "camera"
    started: true
}