Skip to content

Commit bb0d684

Browse files
authored
Update README.md
1 parent 5f42c5f commit bb0d684

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Repository to move image to gstreamer
77
# Setup
88

99
```
10+
## launch variables
1011
ros2 launch image_to_gstreamer image_to_gstreamer.launch.py host:=127.0.0.1 port:=5001
1112
12-
terminal launch for gstreamer
13+
## terminal launch for gstreamer
1314
gst-launch-1.0 udpsrc port=5001 caps="application/x-rtp,media=video,encoding-name=H265,payload=96"
1415
! rtph265depay ! avdec_h265 ! videoconvert ! fpsdisplaysink
1516
```
@@ -48,3 +49,4 @@ pre-commit autoupdate
4849

4950

5051

52+

0 commit comments

Comments
 (0)