Files
reolink_api/test.py
Alano Terblanche 475c72b241 Added proxy support. Bug fixes in APIHandler. RTSP support (adding)
Proxy support allows contacting the camera behind a proxy (GET and POST requests).
Adding RTSP support - still in progress.
2019-08-11 21:06:21 +02:00

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()