Hi all,
I found out a weird behavior yesterday with 2021.4.8
, but it’s also in 2021.4.9
:
-
It looks like the
SkiaRenderer
and theSkiaTexture
are not capable of outputting anything when the SKImage in input comes from theVideoPlayer(Skia)
. If the SKImage comes from theImageReader
, then it’s working correctly.
If I’m using aToImage
+ImageToTexture
, then it works, but theToImage
is really taking a lot of performance, so it’s not ideal in my use case. -
Also, some flickering can be visible sometimes. As if there is a conflict in the background with the image and the video frame.
I made this simple patch to document:
Video_SKImageToStride_Bug.vl (31.3 KB)
EDIT : Tested on two machines: desktop with Nvidia GTX 1080 only, and laptop with two graphic cards but using Nvidia GTX 1050 with vvvv. Both machines show the same result.
Danke!