souhaiel1 / AI-powered-surveillance-using-raspberry-pi

this projet aims to automate surveillance using the Raspberry Pi computer and its camera module . This project was inspired by other older works and it's a push towards the AI-powered surveillance as computer vision and IoT are strongly emerging. The main focuses of this project are efficiency and accuracy .
MIT License
20 stars 4 forks source link

IP Cameras #3

Open corgan2222 opened 4 years ago

corgan2222 commented 4 years ago

Do you have plans to support IP Cameras? I would think that the most Cameras are installed seperatly without a connected Raspi.

the code is easy, just call video_capture = cv2.VideoCapture('rtsp://user:password@192.168.x.x/url') #sample insted of video_capture = cv2.VideoCapture(0)

souhaiel1 commented 4 years ago

I will add this remark in the description !