You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to find a gstreamer pipeline that works with this plugin. This pipeline has worked for me with the standard installation of gstreamer is:
So I thought to change out autovideosink with rosimagesink and add ros-topic="image". I don't get an error when I run the below command with this plugin, but it never successfully starts running. Any ideas?
I am struggling to find a gstreamer pipeline that works with this plugin. This pipeline has worked for me with the standard installation of gstreamer is:
gst-launch-1.0 -v udpsrc port=5600 caps = "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96" ! rtph264depay ! decodebin ! videoconvert ! autovideosink
So I thought to change out
autovideosink
withrosimagesink
and addros-topic="image"
. I don't get an error when I run the below command with this plugin, but it never successfully starts running. Any ideas?gst-launch-1.0 -v udpsrc port=5600 caps = "application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96" ! rtph264depay ! decodebin ! videoconvert ! rosimagesink' ros-topic="image"
Thank you and any help is appreciated!
The text was updated successfully, but these errors were encountered: