I bought an HIKVISION EXIR Fixed Bullet Network camera. I want to use this camera with Jetson Nano. I have provided power and Ethernet connections. The camera has its own IP address, which is 192.168.1.64. When I tested the camera on a Windows computer using ‘cv2.videocapture(rtsp: …)’ in my code, it works. However, when I try to use it with Jetson Nano, I cannot establish a connection. What steps should I follow? Can you help?
I believe I’ve made a mistake somewhere. I’m new to IP cameras and I’ve tried to find some videos and such online, but I haven’t been getting very reliable results. You can see the screenshots below. I’m plugging the IP camera’s ethernet cable directly into the Jetson Nano’s ethernet socket. I’m using the address ‘rtsp://admin:168891mm.@192.168.1.64/cam/realmonitor?channel=1&subtype=1’, but I can’t access the device. Do I need to do something for the initial setup? The camera brand is HIKVISION. Could you assist me with this?