qtmultimedia

Qml QtMultimedia Video + Qml ShaderEffect incompatibility

Qml QtMultimedia Video + Qml ShaderEffect incompatibility Question: I have a problem with applying a shaderEffect on qml video. When I apply ShaderEffect to the rectangle containing a video, I observe stuttering stuttering effect on Video representation in ShaderEffect. Moreover, my program shuts down some time afterwards. Are there ways to apply shader effect to …

Total answers: 2

How to deactivate a QVideoProbe?

How to deactivate a QVideoProbe? Question: According to the docs "If source is zero, this probe will be deactivated" But calling setSource(0) gives the following exception: Exception has occurred: TypeError ‘PySide2.QtMultimedia.QVideoProbe.setSource’ called with wrong argument types: PySide2.QtMultimedia.QVideoProbe.setSource(int) Supported signatures: PySide2.QtMultimedia.QVideoProbe.setSource(PySide2.QtMultimedia.QMediaObject) PySide2.QtMultimedia.QVideoProbe.setSource(PySide2.QtMultimedia.QMediaRecorder) Im running my code on raspberry pi 4 with Rpi Os Bullseye 64bit and …

Total answers: 1