반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- LAYERS
- ssd 포맷
- cpu frequency
- lineedit
- gstsample
- server error
- 오블완
- nvarguscamerasrc
- meta-tegra
- libargus
- 봉화 숲속캠핑장
- libargus api
- gcc7
- RDEPENDS
- mkfs.ext4
- bitbake
- orin nx
- boot process
- nvidia
- 티스토리챌린지
- vpi
- Jetson
- bash
- camera
- udpsink
- l4t
- linux
- vpiimage
- /dev/kmsg
- yocto
Archives
- Today
- Total
DREAMER
[GStreamer] pipeline example 본문
728x90
반응형
- nvarguscamerasrc -> waylandsink
gst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=2 ! nvvidconv ! 'video/x-raw,format=(string)NV12,width=1920,height=1080' ! waylandsink
- 2 nvarguscamerasrc -> nvcompositor -> waylandsink
gst-launch-1.0 nvcompositor name=mix sink_0::xpos=0 sink_0::width=960 sink_0::height=1080 sink_1::xpos=960 sink_1::width=960 sink_1::height=1080 ! \
'video/x-raw(memory:NVMM), width=1920, height=1080' ! nvvidconv ! 'video/x-raw,format=(string)NV12' ! \
waylandsink nvarguscamerasrc sensor-id=0 sensor-mode=2 ! \
nvvidconv ! 'video/x-raw(memory:NVMM), width=1920, height=1080' ! \
nvvidconv ! 'video/x-raw, width=960, height=1080, format=(string)RGBA' ! \
nvvidconv ! \
mix.sink_0 nvarguscamerasrc sensor-id=1 sensor-mode=2 ! \
nvvidconv ! 'video/x-raw(memory:NVMM), width=1920, height=1080' ! \
nvvidconv ! 'video/x-raw, width=960, height=1080, format=(string)RGBA' ! \
nvvidconv ! mix.sink_1
- 2 nvarguscamerasrc -> nvcompositor -> multiudpsink
gst-launch-1.0 nvcompositor name=mix sink_0::xpos=0 sink_0::width=960 sink_0::height=1080 sink_1::xpos=960 sink_1::width=960 sink_1::height=1080 ! \
'video/x-raw(memory:NVMM), width=1920, height=1080' ! \
nvvidconv ! 'video/x-raw(memory:NVMM), format=(string)NV12' ! \
nvv4l2h264enc bitrate=8000000 ! 'video/x-h264, stream-format=byte-stream' ! \
h264parse ! rtph264pay ! \
multiudpsink clients=192.168.10.13:10000 nvarguscamerasrc sensor-id=0 sensor-mode=2 ! \
nvvidconv ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=(string)RGBA' ! \
nvvidconv ! mix.sink_0 nvarguscamerasrc sensor-id=1 sensor-mode=2 ! \
nvvidconv ! 'video/x-raw(memory:NVMM), width=1920, height=1080, format=(string)RGBA' ! \
nvvidconv ! mix.sink_1
- udpsrc -> xvimagesink
gst-launch-1.0 udpsrc port=10000 ! \
"application/x-rtp, media=video, clock-rate=90000, encoding-name=H264,payload=96" ! \
rtph264depay ! h264parse ! decodebin ! videoconvert ! \
xvimagesink render-rectangle='<0,0,960,540>'
728x90
반응형
광고
광고
'프로그래밍 > Linux' 카테고리의 다른 글
repo 설치 및 에러 해결 (0) | 2024.11.13 |
---|---|
[Kernel Update] 20.04 LTS 5.4.0-177 에서 5.15로 커널 업데이트 (1) | 2024.10.02 |
[vmstat] 메모리 사용량 확인 (0) | 2024.06.03 |
[File System] Ubuntu에서 SSD Format (NVMe) (0) | 2024.04.17 |
[Shell Script] 옵션 값 정리 (0) | 2024.04.08 |
Comments