> Do you have a link to that?
Unfortunately, the links to the tests were missing from the previous email. The
current tests for encoding audio and video can be seen at
https://github.com/qt/qtmultimedia/blob/dev/tests/auto/integration/qmediaframeinputsbackend/tst_qmediaframeinputsbackend.cpp.
Y
Do you have a link to that?
> On Jun 21, 2024, at 4:52 AM, Volker Hilsheimer
> wrote:
>
> An early tests revision with a straight-forward flow
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
Hi,
I have made a custom QQuickItem and now I’m trying to pass it through
ShaderEffectSource in order to have a copy of it and then apply a FastBlur
effect.
The problem is that it gives me nothing. Everything is black. But if I pass a
rectangle with a basic color, it works.
Is there anything
> On 19 Jun 2024, at 20:14, David M. Cotter wrote:
>
> If i have a QGraphicsScene (not necessarily connected to a view, or if
> required, an OFFSCREEN view), can i set its output as the input to a
> QMediaCaptureSession?
> I see i can connect a QWindowCapture, but must that window be showing? c