Difference between revisions of "GStreamer Qt Overlay for Embedded Systems/GstQtOverlay Overview/Capabilities"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 4: Line 4:
  
 
This section overviews GstQtOverlay input and output capabilities.
 
This section overviews GstQtOverlay input and output capabilities.
 +
  
 
Currently, the GstQtOverlay element supports raw video (video/x-raw) in the following formats at the Sink and Source pads respectively:
 
Currently, the GstQtOverlay element supports raw video (video/x-raw) in the following formats at the Sink and Source pads respectively:

Revision as of 17:15, 22 October 2022


  Index Next: GstQtOverlay Overview/Architecture





This section overviews GstQtOverlay input and output capabilities.


Currently, the GstQtOverlay element supports raw video (video/x-raw) in the following formats at the Sink and Source pads respectively:

Input

  • RGBA.
  • YUV. (NVIDIA Jetson Only)

Output

  • RGBA.
  • YUV. (NVIDIA Jetson Only)

More formats may be supported in the future, subject to platform capabilities.


  Index Next: GstQtOverlay Overview/Architecture