zw_sd
November 4, 2020, 1:21am
#1
I am using jetson.utils to connect to web cameras.
The cameras are also managed by monitoring system.
I am connecting the cameras from the proxy server.
I can successfully connect to them by using VLC media player, but I got error messages in python as below.
The connection string is like: rtsp://user:password@proxyIP:port/IP=cameraIP&port=80&Username=
&PWD= &Dev=48&PB=0&Channel=0
Then I set “–input-codec=h264”, I got below message:
Could you please suggest how to connect to them? Thank you.
DaneLLL
November 4, 2020, 1:56am
#3
Hi,
Please refer to
I’m having some issue with the jetson.utils.gstCamera command. The same IP camera is working with gst-launch-1.0 command on the terminal.
Not working comment:
camera = jetson.utils.gstCamera(640, 480, “rtspsrc location=rtsp://192.168.3.162:554/media/video1 latency=0 ! rtph264depay ! h264parse ! nvv4l2decoder ! nvvidconv ! video/x-raw, format=BGRx, width=640, height=480”)
Error message:
[gstreamer] gstCamera failed to create pipeline
[gstreamer] (could not parse caps “video/x-raw, forma…