How to use jetson nano to read the rtsp web camera

How to use jetson nano to read the rtsp web camera in detectnet-camera.py

Hi,
You may refer to
[url]https://devtalk.nvidia.com/default/topic/1057686/[/url]

camera = jetson.utils.gstCamera(opt.width, opt.height, opt.camera)

can you tell me how to use this api to read the rstp webcam?

Hi,
You have to modify the pipeline in gstCamera.cpp. A user has share his pipeline in the topic. You may refer to it and adpapt to your rtsp source.