Always get "failed to get textures for frame true" error for media
-
I read mp4 media frames using
QVideoSink::videoFrameChanged
and if I usevideoFrame.toImage()
it always appear this warning in console, is it normal or should I setting something before access to its image?Can I use videoFrame directly in a openGL context without calling toImage, so I can get rid of that warning?
-
I read mp4 media frames using
QVideoSink::videoFrameChanged
and if I usevideoFrame.toImage()
it always appear this warning in console, is it normal or should I setting something before access to its image?Can I use videoFrame directly in a openGL context without calling toImage, so I can get rid of that warning?
@TheEnigmist Which version and platform are you on? Looks like there were improvements around that part in 6.5.1, so you can try to update.
-
@TheEnigmist Which version and platform are you on? Looks like there were improvements around that part in 6.5.1, so you can try to update.
@Chris-Kawa Qt 6.5.0 for windows. I will try to download 6.5.1 and test again. I alredy opened a ticket long time ago but they still haven't fixed it
EDIT: Compiled with 6.5.1 the problem is still present. I see taht is due to NV foramt being used by multimedia class
-
-