GStreamer Qt Overlay for Embedded Systems/Examples/i.MX6: Difference between revisions

mNo edit summary
Line 15: Line 15:
Now, you are able to run the following examples:
Now, you are able to run the following examples:


====Display a text overlay====
===Display a text overlay===
  gst-launch-1.0 videotestsrc is-live=true ! 'video/x-raw, width=640, height=480, framerate=30/1' ! queue ! imxg2dvideotransform ! \
  gst-launch-1.0 videotestsrc is-live=true ! 'video/x-raw, width=640, height=480, framerate=30/1' ! queue ! imxg2dvideotransform ! \
  queue ! qtoverlay qml=/main.qml ! queue ! imxeglvivsink qos=false sync=false enable-last-sample=false
  queue ! qtoverlay qml=/main.qml ! queue ! imxeglvivsink qos=false sync=false enable-last-sample=false
735

edits