You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gstreamer textoverlay plugin requires buffer duration flags be set to strictly correct values and freezes the video if buffer duration is set to 0, GST_CLOCK_TIME_NONE, or if the duration expires.
To support textoverlay, rostextsrc should allow the user to configure the buffer timestamps and duration on a per-message basis.
The text was updated successfully, but these errors were encountered:
BrettRD
changed the title
rostextsrc buffer duration
rostextsrc buffer duration needs to be set by message contents
Jun 2, 2021
compositor has a z-order property on each pad, this pipeline exploits the default order to place the text in front. The image sources do not need to be the same size or shape; the position and z-order can be set explicitly for multiple sources, see compositor for details textrender seems to ignore empty strings, but will happily produce a frame containing only whitespace.
The gstreamer textoverlay plugin requires buffer duration flags be set to strictly correct values and freezes the video if buffer duration is set to
0
,GST_CLOCK_TIME_NONE
, or if the duration expires.To support textoverlay, rostextsrc should allow the user to configure the buffer timestamps and duration on a per-message basis.
The text was updated successfully, but these errors were encountered: