13 Commits

Author SHA1 Message Date
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
17bc207e3b Add description to new example. Swap import on original example 2020-12-18 08:51:16 -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
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
Karl Moos
d1b0bc2b00 Add Login and Logout json responses 2020-12-07 14:33:35 -06:00
Karl Moos
0c00397f78 Change isAlive() to is_alive() 2020-12-07 03:34:05 -06:00
Alano
5d03c62b39 adding blocking and non-blocking rtsp stream
This might fix the stream errors in issue #25
Also refactored the code a bit since we do not want to display a window from within the API (offload to the person implementing it).
2020-12-04 22:27:50 +02:00
Karl Moos
b4f95d7a0b Add Alarm getters 2020-10-28 06:07:02 -05:00
Karl Moos
c8eb387cd1 Update README (implemented methods), add more getters 2020-10-27 18:53:09 -05:00
Max Ziermann
3f6e0b2b7e Move response examples in pretty-formatted single files 2020-03-04 13:02:18 +01:00