Get video from Axis camera

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) AGX Xavier
• DeepStream Version 4.0
• JetPack Version (valid for Jetson only) 4.3
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Sample application and the configuration file content
• Reproduce steps
• Reproducing rate and duration

Hi! I have an AXIS P1368-E camera. What’s the best pipeline for getting videos from it? Do I need any capsfilters?

gstreamer rtsp may help.

Hi,
It looks to be an IP camera and it should have a URI. Please apply the URI to the pipeline and give it a try:

$ gst-launch-1.0 uridecodebin uri=rtsp://_RTSPSRC_IP_ADDRESS_ ! nvoverlaysink

Hi!
I use uridecodebin too. Do I need to use any capsfilters, nvvideoconvert before nvinfer?

Hi,
For running a DeepStream pipeline through gst-launch-1.0, please refer to the posts: