fahimalizain / watchman

CCTV RTSP Watchman with YOLO
MIT License
2 stars 0 forks source link

RTSP list for cameras #1

Open epigraphe opened 7 months ago

epigraphe commented 7 months ago

Hello. You have a very interesting project and I would like to use it as a basis for my own. Your settings indicate that you are using one RTSP address in and channels in it. How can I change this script to use the RTSP list for cameras? Each camera has the same channel, but a different IP address.

Looks like

rtsp://admin:Faaz@123@192.168.1.200:554/cam/realmonitor?channel=1&subtype=1"
rtsp://admin:Faaz@123@192.168.1.201:554/cam/realmonitor?channel=1&subtype=1"
fahimalizain commented 2 months ago

Hello @epigraphe

You can directly use your Camera's IP Addresses as long as they are valid RTSP URLs. You will have to modify the contents of watchman/config.py specifically the formatting part.

Unfortunately, I didn't spent time on generalizing the configs aspect. Maybe some time soon.