SOFTWARE CONFIGURATION
CTI BSP JetPack Details
Please ensure you are using the latest L4T package from CTI with integrated JCB003 support, BSP
packages can be found here:
http://www.connecttech.com/resource-center/l4t-board-support-packages/
GStreamer Pipeline Examples
CTI has created an example script which will allow for video streaming from the JCB003. Download
example script here:
https://connecttech.com/ftp/Drivers/JCB003_stream.sh
There is examples to stream directly from SDI cameras via a gst-launch command in 1080p or 720p. As
well DRM mode streaming and IP mode streaming.
### Standard Stream with Port 0
# Port 0 (/dev/video0) (SDI Input 1, X3A)
# 1080p
# open in window on screen [xvimagesink]
gst-launch-1.0 v4l2src device=/dev/video0
width=1920, framerate=60/1"
### Standard Stream with Port 1
# Port 1 (/dev/video1) (SDI Input 2, X3B)
# 1080p
# open in window on screen [xvimagesink]
gst-launch-1.0 v4l2src device=/dev/video1
width=1920, framerate=60/1"
### Standard Stream in 720p
# Port 0 (/dev/video0) (SDI Input 1, X3A)
# 720p
# open in window on screen [xvimagesink]
gst-launch-1.0 v4l2src device=/dev/video0
width=1280, framerate=60/1"
Document: CTIM-00094
Revision: 0.00
!
"video/x-raw, format=UYVY, height=1080,
!
nvvidconv
!
xvimagesink
!
"video/x-raw, format=UYVY, height=1080,
!
nvvidconv
!
xvimagesink
!
"video/x-raw, format=UYVY, height=720,
!
nvvidconv
!
xvimagesink
Page 14 of 16
NVIDIA Jetson SDI Vision Platform
Users Guide
www.connecttech.com
Date: 2024-01-10
Need help?
Do you have a question about the CTi NVIDIA Jetson SDI Vision Platfrm and is the answer not in the manual?
Questions and answers