I recently bought a zmodo camera, namely the ZP-IBH15-W. I'm noticing they disabled the webapp and support a PC and Mobile App. However I'm looking for a way to view the image through a standard protocol and do some processing.
Is there a way to extract information using a standard way that can be programmed? I'm thinking something in python similar to this https://stackoverflow.com/questions/20891936/rtsp-stream-and-opencv-python.
support a PC and Mobile App..... use a PC and run wireshark to sniff the data .... then try to figure out the protocol .... https://www.wireshark.org/ – jsotola Apr 17 '19 at 01:04