Go to advanced search

by juanfeyero
Wed Apr 15, 2020 3:48 am
Forum: General discussion
Topic: How to connect Hikvision camera to raspberry pi 3
Replies: 4
Views: 1430

Re: How to connect Hikvision camera to raspberry pi 3

If you are using python and opencv
You only need to use the following command:
img = cv2.VideoCapture("rtsp://admin:password@ipaddress/Streaming/channels/102")

If you want to access to another channel could be 202, 302, etc.

Go to advanced search