I’ve got a (compiled) pipeline:
"v4l2src device=%1 ! "
"image/jpeg,width=1920,height=1080,framerate=30/1 ! "
"jpegdec ! "
"videoconvert ! "
"queue max-size-buffers=0 max-size-bytes=0 max-size-time=1000000000 ! "
"gdkpixbufoverlay name=logo ! "
"clockoverlay name=DT halignment=left valignment=top font-desc="Sans, 12" time-format="%d %b %Y %H:%M:%S" ! "
"textoverlay name=O1 halignment=left valignment=top ! "
The font is sometimes too large. My speculation is the font screen size is calculated based on a smaller initial window which is resized to 1920x1080.
I was looking at another problem when suddenly the font resized to the correct size.
Any idea of how to avoid, or reset the problem
The actual view-window-size is fixed and does not depend on resolution.
Thanks
James