Re: [Interest] QMediaCaptureSession capture from QGraphicsScene?

2024-06-21 Thread Jøger Hansegård via Interest
> 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

Re: [Interest] QMediaCaptureSession capture from QGraphicsScene?

2024-06-21 Thread David M. Cotter
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

[Interest] When we have a custom QQuickItem is there anything we need to in order to work with ShaderEffectSource?

2024-06-21 Thread Nuno Santos via 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

Re: [Interest] QMediaCaptureSession capture from QGraphicsScene?

2024-06-21 Thread Volker Hilsheimer via Interest
> 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