Jetson TX2 Gstreamer Intervideosrc Problem

Hello;

I am using intervideosink and intervideosrc with jetson tx2 gstreamer, however when I work from the terminal I just get a black screen, and I work with the code pipelines dont work. Is there any solution about this?

Hi,
intervideosink and intervideosrc are 3rdparty plugins. We suggest you go to
http://gstreamer-devel.966125.n4.nabble.com/

For using NVIDIA plugins, please check
[url]https://developer.nvidia.com/embedded/dlc/l4t-accelerated-gstreamer-guide-32-1[/url]

Hello,

Those elements (intervideosink and intervideosrc) are functional under the same process. For example, they cannot be executed on separated gst-launch-1.0 as follows.

gst-launch-1.0 videotestsrc channel=vid ! intervideosink
gst-launch-1.0 intervideosrc channel=vid ! xvimagesink

They work as follows:

gst-launch-1.0 videotestsrc ! intervideosink channel=vid0 intervideosrc channel=vid0 ! xvimagesink

The intervideosrc also provides black frames constantly if it does not have an intervideosink connected

aaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaa

1 Like