Other Parts Discussed in Thread: J722SXH01EVM, AM67A
Tool/software:
Hi Team,
I have connected a IMX219 camera to CSI0 port of J722SXH01EVM(E3 version). AM67A SDK is flashed in the EVM.
I can see the video output in HDMI.
I have connected an ethernet cable from the EVM to a PC. I have set the IP and connected it,
Ping is successful and i can also transfer files through SCP. But couldn't stream the video.
I use VLC in the PC. I run the following command in EVM through teraterm uart interface:
gst-launch-1.0 v4l2src device=/dev/video-imx219-cam0 io-mode=5 ! video/x-bayer,width=1920,height=1080,framerate=30/1,format=rggb ! queue leaky=2 ! tiovxisp sink_0::device=/dev/v4l-imx219-subdev0 sensor-name=SENSOR_SONY_IMX219_RPI dcc-isp-file=/opt/imaging/imx219/linear/dcc_viss_1920x1080.bin sink_0::dcc-2a-file=/opt/imaging/imx219/linear/dcc_2a_1920x1080.bin format-msb=7 sink_0::pool-size=8 src::pool-size=8 ! video/x-raw,format=NV12, width=1920,height=1080 ! queue ! waylandsink
And in VLC i use the Network stream option with following code:
rtsp://192.168.1.30:8554/stream
But it shows "Cannot connect" error, whereas i can ping the IP simultaneously.
Can you please help me with this?
Thanks,
Preethi