Displaying camera stream with qmlglsink crashes in gcoTEXTURE_GetMipMap() from gcnano stack
We want to display a camera stream in a QML application on our STM32MP157C-based board. When we use the default QML widgets, the framerate is too low, under 10 fps.
We try to solve the problem by using GStreamer's qmlglsink with GstGLVideoItem: it works on PC, but on the STM32MP157C it crashes with a segmentation fault in the "gcoTEXTURE_GetMipMap()" function, provided by the GCnano firmware. The GCnano source code is not available.
How could we solve the crash?
Note: more complete description on https://community.st.com/s/question/0D53W00000Mh8kqSAB/hellowe-have-an-issue-with-qml-multimedia-to-display-camera-stream-the-result-is-not-smooth-while-with-qt-widgets-it-works-fine-gstreamer-pipeline-from-command-line-works-as-well
