Hi everybody !
I got this error in qml,
VideoOutput {
id: videoOutput
objectName: "show" // error invalid property objectName (M16)
source: camera
anchors.fill: parent
}
VideoOutput {
id: videoOutput
objectName: "show" // error invalid property objectName (M16)
source: camera
anchors.fill: parent
}
To copy to clipboard, switch view to plain text mode
error.jpg
.qml
import QtQml 2.12
import QtQml.Models 2.3
import QtQuick 2.12
import QtQuick.Window 2.12
import QtQuick.Controls 2.5
import QtQuick.Layouts 1.0
import QtMultimedia 5.12
import QtQuick.Controls.Material 2.0
import QtQml 2.12
import QtQml.Models 2.3
import QtQuick 2.12
import QtQuick.Window 2.12
import QtQuick.Controls 2.5
import QtQuick.Layouts 1.0
import QtMultimedia 5.12
import QtQuick.Controls.Material 2.0
To copy to clipboard, switch view to plain text mode
I moved the imports to the top one by one but still got the error,
I use Android 11, Qt5.15, NDK21,
is it because I use Qt5.15?
I really need to fix this error, can anyone help me?
Thanks!
Bookmarks