Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CannyQml:5074): GStreamer-CRITICAL **: 12:55:23.000: write map requested on non-writable buffer #5

Open
mikeitexpert opened this issue Jan 5, 2019 · 1 comment

Comments

@mikeitexpert
Copy link

Settings

Ubuntu 18 Qt 5.12 Opencv 3.2.

I updated CannyQml.pro as below:

CannyQml.pro
+++++++++++++++++++++++++++++
CONFIG += c++11

SOURCES += main.cpp
videofilter.cpp

RESOURCES += qml.qrc

Additional import path used to resolve QML modules in Qt Creator's code model

QML_IMPORT_PATH =

Default rules for deployment.

include(deployment.pri)

HEADERS +=
videofilter.h

unix{
INCLUDEPATH += /usr/include/opencv
LIBS += -L/usr/lib/x86_64-linux-gnu/
-lopencv_core
-lopencv_imgproc
-lopencv_highgui
-lopencv_calib3d
-lopencv_features2d
-lopencv_imgcodecs
-lopencv_videoio
}

The GUI runs for 1sec

But I get to see the below error
++++++++++++++++++++++++++++++

12:55:15: Starting /home/mike/Downloads/Qt_OpenCV-master/QtQuick/build-CannyQml-Desktop_Qt_5_12_0_GCC_64bit-Debug/CannyQml...
QML debugging is enabled. Only use this in a safe environment.

(CannyQml:5074): GStreamer-CRITICAL **: 12:55:23.000: write map requested on non-writable buffer
12:55:23: The program has unexpectedly finished.
12:55:23: The process was ended forcefully.
12:55:23: /home/mike/Downloads/Qt_OpenCV-master/QtQuick/build-CannyQml-Desktop_Qt_5_12_0_GCC_64bit-Debug/CannyQml crashed.

@suvirbhargav
Copy link

same issue for me on ubuntu 20.04. It seems it could be issue on gstreamer side. Qt might not have anything to do with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants