Details
-
Technical task
-
Resolution: Out of scope
-
P2: Important
-
None
-
None
-
None
-
2021wk38POAndroid&Mobile, 2021wk40POAndroid&Mobile, 2021wk42POAndroid&Mobile, 2021wk44POAndroid&Mobile, 2021wk46POAndroid&Mobile, 2022wk24FOQtforAndroid, 2022wk28FOQtforAndroid, 2022wk30FOQtforAndroid, 2022wk34FOQtforAndroid, 2022wk36FOQtforAndroid, 2022wk38FOQtforAndroid, 2022wk40FOQtforAndroid, 2022wk42FOQtforAndroid, 2022wk44FOQtforAndroid
Description
The following warning/error is thrown when trying to start the camera on qmlvideofx example
W libqmlvideofx_armeabi-v7a.so: qrc:/qml/qmlvideofx/Content.qml:84:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } W libqmlvideofx_armeabi-v7a.so: qrc:/qml/qmlvideofx/ContentCamera.qml:55:5: Cannot assign to non-existent property "source" W libqmlvideofx_armeabi-v7a.so: Failed to find shader ":/qml/qmlvideofx/\n " W libqmlvideofx_armeabi-v7a.so: ShaderEffect: Failed to deserialize QShader from :/qml/qmlvideofx/ 08-29 13:43:16.878 6917 6944 W libqmlvideofx_armeabi-v7a.so: W libqmlvideofx_armeabi-v7a.so: ShaderEffect: shader preparation failed for qrc:/qml/qmlvideofx/%0A #ifdef GL_ES%0A precision mediump float;%0A #else%0A # define lowp%0A # define mediump%0A # define highp%0A #endif // GL_ES%0A /****************************************************************************%0A**%0A** Copyright (C) 2016 The Qt Company Ltd and/or its subsidiary(-ies).%0A** Contact: https://www.qt.io/licensing/%0A**%0A** This file is part of the Qt Mobility Components.%0A**%0A** $QT_BEGIN_LICENSE:BSD$%0A** Commercial License Usage%0A** Licensees holding valid commercial Qt licenses may use this file in%0A** accordance with the commercial license agreement provided with the%0A** Software or, alternatively, in accordance with the terms contained in%0A** a written agreement between you and The Qt Company. For licensing terms%0A** and conditions see https://www.qt.io/terms-conditions. For further%0A** information use the contact form at http E libqmlvideofx_armeabi-v7a.so: inotify_add_watch(/storage/emulated/0/Android/data) failed: (Permission denied) I Adreno : DequeueBuffer: dequeueBuffer failed I Adreno : DequeueBuffer: dequeueBuffer failed W libqmlvideofx_armeabi-v7a.so: QEGLPlatformContext: eglSwapBuffers failed: 300d W libEGL : EGLNativeWindowType 0xeff0e2c8 disconnect failed
Attachments
Issue Links
- relates to
-
QTBUG-96084 qmlvideo and qmlvideofx examples use custom file dialog and not the Android native dialog
- Closed