Jump to content

Image Stitching for NVIDIA Jetson/Examples/Using Gstd: Difference between revisions

No edit summary
Line 37: Line 37:
homography-list="`cat homographie.json | tr -d "\n" | tr -d " "`" \
homography-list="`cat homographie.json | tr -d "\n" | tr -d " "`" \
border-width=10 \
border-width=10 \
nvarguscamerasrc sensor-id=0 ! videoconvert ! "video/x-raw, width=1920, height=1080" ! queue ! stitcher.sink_0 \
videotestsrc pattern=ball ! videoconvert ! "video/x-raw, width=1920, height=1080" ! queue ! stitcher.sink_0 \
nvarguscamerasrc sensor-id=1 ! videoconvert ! "video/x-raw, width=1920, height=1080" ! queue ! stitcher.sink_1 \
videotestsrc pattern=smpte ! videoconvert ! "video/x-raw, width=1920, height=1080" ! queue ! stitcher.sink_1 \
nvarguscamerasrc sensor-id=2 ! videoconvert ! "video/x-raw, width=1920, height=1080" ! queue ! stitcher.sink_2 \
videotestsrc pattern=snow ! videoconvert ! "video/x-raw, width=1920, height=1080" ! queue ! stitcher.sink_2 \
stitcher. ! queue ! videoconvert ! xvimagesink sync=false
stitcher. ! queue ! videoconvert ! xvimagesink sync=false


267

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.