You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Reolink Camera client written in Python. This repository's purpose **(with Reolink's full support)** is to deliver a complete API for the Reolink Camera's,
14
+
although they have a basic API document - it does not satisfy the need for extensive camera communication.
This repository's purpose is to deliver a complete API for the Reolink Camera's, ( TESTED on RLC-411WS )
23
-
24
-
25
-
### But Reolink gives an API in their documentation
26
-
27
-
Not really. They only deliver a really basic API to retrieve Image data and Video data.
28
-
29
-
### How?
30
-
31
-
You can get the Restful API calls by looking through the HTTP Requests made the camera web console. I use Google Chrome developer mode (ctr + shift + i) -> Network.
32
24
33
25
### Get started
34
26
@@ -50,6 +42,20 @@ Install the package via Pip
50
42
51
43
This project intends to stick with [PEP8](https://www.python.org/dev/peps/pep-0008/)
52
44
45
+
### How can I become a contributor?
46
+
47
+
#### Step 1
48
+
49
+
Get the Restful API calls by looking through the HTTP Requests made in the camera's web UI. I use Google Chrome developer mode (ctr + shift + i) -> Network.
0 commit comments