Thank you filnet.
Not sure if I did what you suggested, but
I changed the Options settings for gadget Video, USB Camera - Play
from this:
ksvideosrc device-index=0 ! decodebin ! tee name=t
t. ! queue ! intervideosink
t. ! queue ! autovideosink to this:
ksvideosrc device-index=0 ! decodebin ! tee name=t
t. ! queue ! intervideosink
t. ! queue ! d3dvideosinkIt only resulted in no Video dislplay at all, no extra window, but no video in the PFD either
FYI, this is the setting for the PDF Video gadget:
intervideosrc ! videoconvert ! video/x-raw,format=RGB ! appsink name=sink emit-signals=trueI checked and the old settings are the same when using r711 as r589 and r589 is still working fine with nice video in PFD. So maybe something changed in this r711 version?