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
Alano
25ce2cbb55
updated version: v0.0.4
2020-12-04 07:48:07 +02:00
Karl Moos
0c3475aa00
Add Image settings setter
2020-10-30 07:27:33 -05:00
Karl Moos
e1eabf535d
Refactor image settings from recording to new mixin
2020-10-30 06:06:25 -05:00
Karl Moos
dd86eaca2e
Add Advanced Image settings
2020-10-30 06:00:03 -05:00
Karl Moos
02b9837888
Add Recording Encode setter
2020-10-30 05:39:34 -05:00
Karl Moos
6bb9900b25
Refactor Rtsp client
2020-10-29 16:45:08 -05:00
Karl Moos
00c00ecf04
Add proxy support back to recording snap()
2020-10-29 07:32:45 -05:00
Karl Moos
ad08a8ce71
Rewrite get_snap to use requests lib as the old method did not work.
2020-10-28 20:52:09 -05: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
Karl Moos
9218ff1549
Add pieces to allow PyPi package publish
2020-10-25 07:24:43 -05:00
Karl Moos
aa14b601f5
Add requirement file, docs, updates to complete PTZ
2020-10-18 11:17:05 -05:00
Karl Moos
9b5849988d
Add PTZ function
2020-10-18 08:50:16 -05:00
Max Ziermann
eeb6189f7d
Add focusing API calls
2020-03-06 22:38:25 +01:00
Max Ziermann
6506bf2cbc
Make internal methods more generic
2020-03-06 22:35:40 +01:00
Max Ziermann
8506e3a294
Add zoom commands
2020-03-06 22:26:25 +01:00
Max Ziermann
8693daa6ea
Fix response value check
...
These commands were not implemented like this before. At least on the
camera i used for testing (RLC-411) the return value was always a list
and the status code is an int.
2020-03-06 20:18:08 +01:00
Max Ziermann
28c6f3f2a1
Split APIHandler into single files
2020-03-06 17:50:07 +01:00
Max Ziermann
5c0622d669
Move APIHandler to a package
2020-03-06 16:52:19 +01:00