Connecting IP Cameras to Nvidia Jetson AGX Xavier

Can you connect an IP camera to the Nvidia Jetson AGX Xavier? What do you need to make it happen?

You can, you just need them to be on the same network.

I work with hikvision IP cameras.

Example pipe for gstreamer connection (gst-launch-1.0 command) for a hikvision camera (use h264 main stream not h264+)

rtspsrc location=“rtspt://user:password@192.168.1.16:554” latency=10 ! rtph264depay ! h264parse ! omxh264dec ! videoconvert ! autovideosink

If you want, you can use this string to open the camera in openCV (tested in c++ environment only)

rtspsrc location=“rtspt://user:password@192.168.1.16:554” latency=10 ! rtph264depay ! h264parse ! omxh264dec ! videoconvert ! appsink

Just make sure you change the IP to the IP of your camera in the network, and use the correct credentials to connect to it (user password combo)

Good day.
How did you connect your IP cameras with AGX Xavier?
Did you use some expansion module(Microchip PD-IM-7618T4, Cincoze CMI-M12PoE114/UB0710)?

we are using a rj45 dongle… it’s nothing fancy, you know, the corporate world is as low cost as possible…

Hi, Do you have any recommended rj45 dongle? Any additional setup from JetsonNano.