Will

Results 36 comments of Will

> Could you use `qGuiApp` directly for your use case? The issue is with `ignition::gui` code that uses the `App()` method. For example, see `ign-gui/src/Plugin.cc` in the method `PluginLoad` ```c++...

I do not, but cookiecutter seems to be the most popular tool of this type for python.

The GStreamer plugin for QtQuick [uses the GStreamer method `gst_gl_memory_get_texture_id`](https://gitlab.freedesktop.org/gstreamer/gstreamer/-/blob/main/subprojects/gst-plugins-good/ext/qt6/qt6glrenderer.cc?ref_type=heads#L589) to get a texture that has been uploaded earlier in the pipeline. So ideally, we could get the underlying GL...

If I understand your clarification, I would like to suggest some edits to make this more clear: ```diff - Unless you have access to a root Android device, running the...

Here is an example of clarifying that `gst-interpipe` is not used between processes: https://github.com/RidgeRun/gst-interpipe/issues/157#issuecomment-2525462879

Another example where clarification is given: https://github.com/RidgeRun/gst-interpipe/issues/147#issuecomment-1477231512