37b929fcbe
YACWC
2025-06-20 16:33:12 -04:00
Alano Terblanche
f15171147b
Merge pull request #64 from Helias/patch-1
...
chore: add RLC-510A in supported cameras list
2022-09-07 00:05:38 +02:00
Stefano Borzì
7999ce8108
chore: add RLC-510A in supported cameras list
2022-08-21 19:22:15 +02:00
Alano Terblanche
59945861b0
Merge pull request #63 from ReolinkCameraAPI/bump-version
...
chore: bump version to 0.1.5
2022-08-20 12:44:34 +02:00
Alano Terblanche
a61e86cfa4
chore: bump version to 0.1.5
2022-08-20 12:43:57 +02:00
Alano Terblanche
77eaff9edf
Merge pull request #59 from deadc0de6/fix-no-value
...
fix KeyError: value
2022-08-20 12:40:45 +02:00
Alano Terblanche
23209f47f4
Merge pull request #62 from ReolinkCameraAPI/bump-version
...
chore: bump version to 0.1.4
2022-08-20 12:34:27 +02:00
Alano Terblanche
37dd49f936
chore: bump version to 0.1.4
2022-08-20 12:33:39 +02:00
deadc0de6
d59cefff52
fix KeyError: value
2022-07-31 14:46:06 +02:00
Alano Terblanche
8b6049bb26
Merge pull request #53 from AmmarKothari/use_proxy_for_downlading_files
...
Add proxy arg to get for downloading files
2021-12-12 23:10:17 +01:00
ammar
936c43b6fa
Add proxy arg to get for downloading files
2021-12-03 16:42:52 -08:00
Alano Terblanche
5f3b6f9a5b
Merge pull request #51 from kennybradley/master
...
Adding the ability of using the RTSP profile for the stream quality
2021-11-08 22:38:29 +01:00
kennybradley
63f2cd78c9
Update stream.py
...
Using the added profile argument.
2021-10-22 23:55:16 -07:00
kennybradley
8f23966289
Update camera.py
...
Adding profile so sub can be used. This is useful for low power devices like raspberry pi.
2021-10-22 23:54:35 -07:00
Alano Terblanche
02da1063f4
Merge pull request #50 from chripell/master
...
Fix importing of choices function from random library.
2021-09-18 23:39:22 +02:00
Christian Pellegrin
bf41e79c62
Fix importing of choices function from random library.
2021-09-17 16:42:34 +01:00
Alano Terblanche
5b782bf414
Merge pull request #49 from stephengolub/display-mixin-fixes
...
Display mixin fixes
2021-08-30 18:45:34 +02:00
Stephen Golub
04d5d4a7ae
Fix error response handling for display
2021-08-24 10:53:06 -05:00
Stephen Golub
b80b29f013
Add ability to toggle watermark on or off
2021-08-24 10:52:51 -05:00
Alano Terblanche
ac5ee72261
update: bump version to 0.1.3
2021-04-02 08:02:42 +02:00
Alano Terblanche
806bbc3a7c
Merge pull request #46 from axlan/streaming-dependancy-extra
...
Move streaming dependencies to their own "extra"
2021-04-02 07:51:37 +02:00
jdiamond
98acbdec1d
Updated README
2021-03-31 00:14:58 +00:00
jdiamond
8cd3405378
Move streaming dependancies to their own "extra"
2021-03-30 23:04:18 +00:00
Alano Terblanche
5ac45d8b20
Merge pull request #40 from mic159/patch-1
...
Fix HTTPS video download
2021-02-21 18:40:12 +02:00
Michael
ed16b76cda
Fix HTTPS video download
...
Adding missing `verify=False` parameter to fix the error:
`(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak (_ssl.c:1124)')))`
Also, I would suggest using HTTPS by default, otherwise you are leaking the username and password to everyone on the network.
2021-02-18 22:53:51 +11:00
Alano Terblanche
e77b267b1f
Update README.md
...
added supported cameras
2021-01-12 12:31:11 +02:00
Alano
32e602571d
updated readme & requirements file
...
`requirements.txt` reads directly from setup.py which means it will install all the packages listed from setup.py. This is a small work around to prevent managing two different "sources of truth".
2020-12-19 23:02:58 +02:00
Alano Terblanche
e1cb9bda3e
Merge pull request #37 from barretobrock/develop
...
Refactor package to be imported as a single package
2020-12-19 22:34:37 +02:00
Alano Terblanche
0fdd0df468
Merge branch 'master' into develop
2020-12-19 19:56:29 +02:00
Alano Terblanche
2b3e142fe5
Updated project structure and some file names.
...
Restored `requirements.txt`
Updated `setup.py` to include new repository url and contact details.
Moved the rtsp code from `record` to `stream`.
Updated project structure to make it more readable and developer friendly - moved mixins to the `mixins` package, moved handlers to the `handlers` package.
Moved files not belonging to anything in particular to the `util` package.
Updated `camera` class to also defer login call.
Deleted unused files like `config_handler`.
2020-12-19 19:55:12 +02:00
Bobrock
4c4dd7dd69
Complete second logic pass, remove underscore from package name
2020-12-18 15:58:28 -06:00
Bobrock
0a4898411b
Complete second logic pass, remove underscore from package name
2020-12-18 15:58:01 -06:00
Bobrock
7283bd3cab
Reduce redundant code, remove unused arguments
2020-12-18 09:12:15 -06:00
Bobrock
63537f9daf
Enforce lowercase standard on all submodule files, improve type hinting throughout, complete first pass for logic issues
2020-12-18 09:05:56 -06:00
Bobrock
17bc207e3b
Add description to new example. Swap import on original example
2020-12-18 08:51:16 -06:00
Bobrock
b10c29c6be
Move description read-in beneath metadata
2020-12-18 08:50:32 -06:00
Bobrock
84ed8481e2
Add back pipfiles, README
2020-12-18 08:48:56 -06:00
Alano Terblanche
0221215e33
Update README.md
2020-12-18 04:07:45 +02:00
Bobrock
856ede1b39
Resolve issue when querying motion files results in empty results
2020-12-16 07:45:17 -06:00
Alano Terblanche
17561a21da
Update README.md
2020-12-14 22:18:26 +02:00
Alano Terblanche
bd6d39f965
Update README.md
2020-12-14 08:53:39 +02:00
Bobrock
7afa58a5ce
Version bump
2020-12-13 14:56:40 -06:00
Bobrock
86117de420
Improvements to motion detection and download methods, add to examples
2020-12-13 14:56:10 -06:00
Bobrock
00835e3543
Add changes from original examples file, apply find_packages to setup, add tests
2020-12-13 13:38:20 -06:00
Bobrock
91c92b0fcb
Apply intial changes to make repo perform better as a Python module
2020-12-13 12:41:46 -06:00
Alano Terblanche
1792d47d4c
Update README.md
2020-12-11 18:37:23 +02:00
Alano Terblanche
fd9a735ea0
Update README.md
2020-12-11 18:21:21 +02:00
Alano Terblanche
e776715c1c
Merge pull request #34 from ReolinkCameraAPI/issue-27
...
Add JSON response samples
2020-12-10 00:23:29 +02:00
Karl Moos
3ca26f880e
Resolve issue #30
2020-12-09 16:10:47 -06:00
Karl Moos
20cf272044
Resolve issues #32 , #33 , #28
2020-12-09 15:50:14 -06:00