Example 3: iMX95

From RidgeRun Developer Wiki

Follow Us On Twitter LinkedIn Email Share this page



Previous: Examples Index Next: Example 2: Digital Camera




This page contains an example to demonstrate the usage of the interpipesink and interpipesrc elements in iMX95 board.

Producer pipeline:

gst-launch-1.0 videotestsrc is-live=true pattern=ball ! video/x-raw,width=640,height=480,framerate=30/1 ! interpipesink name=mysink sync=false async=false

Consumer pipeline:

gst-launch-1.0 interpipesrc listen-to=mysink is-live=true format=time allow-renegotiation=true ! queue ! autovideosink


Previous: Examples Index Next: Example 2: Digital Camera