Example 3: iMX95
Open-source project from RidgeRun. |
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