Proxy support allows contacting the camera behind a proxy (GET and POST requests). Adding RTSP support - still in progress.
6 lines
150 B
Python
6 lines
150 B
Python
from Camera import Camera
|
|
|
|
c = Camera("192.168.1.112", "admin", "jUa2kUzi")
|
|
# print("Getting information", c.get_information())
|
|
c.open_video_stream()
|