Luis G. Leon Vega

Results 22 comments of Luis G. Leon Vega

Have you reproduced this issue on other platforms? The bug does not spot on: * Gstd: 0.12.0 * Platform: Jetson TX2 * JP: 4.4 * GCC: 7.5.0 * Python: 3.8.8

Hi @guillebot I was responsible of the v0.14. In this case, the only novelty was the introduction of non-parametric Element Actions. The team has this issue on the track. Regards,...

Hi @TopperBG I am trying to reproduce the issue but I didn't succeed. Does it happen with just that pipeline? I have tried with QtOverlay and Gstd 0.13.0 on my...

Hi @TopperBG Alright. I was wondering if you could run the following pipeline: ``` gstd-client pipeline_create main imxv4l2videosrc device=/dev/video0 imx-capture-mode=0 ! imxipuvideotransform ! 'video/x-raw, width=1024, height=768, framerate=30/1, format=RGBA' ! queue...

Hi @TopperBG Just to be sure I have got you. The pipeline without `qtoverlay` does not throw errors except if I execute the play command twice, like this: ``` gstd-client...

Hi @TopperBG I will do some tests on my side and come back to you.

Hi @TopperBG From my setup, the only difference is the newer version of Qt5. (1) Can you try using Qt 5.9.4? With this version, we have tested the QtOverlay in...

Hi Topper, 1. I see. Ok. I cannot discard the Qt version for now. 2. Exactly. It only implies removing `--with-platform=imx6` from [the qtoverlay recipe](https://github.com/RidgeRun/meta-ridgerun/blob/abad22cbfa4992c78848f1c9f9c9900ca8989247/recipes-multimedia/gstreamer/gst-qt-overlay_1.0.bb#L18). You can preserve the version...

@eduardosalazar28 Thanks for reporting @TopperBG Is your Gstd application trying to set the qtoverlay `qml-attribute` property of QtOverlay? Could you provide a snippet of the Gstd commands where you can...

Hi @TopperBG Thanks for confirming. This bug is triggered by QtOverlay since `qml-attribute` is Write-Only. Gstd is trying to perform a read after writing to check that the attribute was...