Skip to content

Releases: Kane610/axis

Improve Image sources

17 Jan 17:55
Compare
Choose a tag to compare

Make image sources be more usable by being returned as a dictionary rather than a list and include more attributes per image source

Object analytics, PTZ and View Area support

12 Jan 20:34
Compare
Choose a tag to compare

Added Object analytics API
Added PTZ support and parameters
Added View Area support and parameters
Add support for user groups as well as to convert a pwdgrpcgi user to a user group if existing. This will later on be used to pin point what API calls can be done if the current users privileges are known.

Improve RTSP implementation by doing less in class init methods.
Stream lined pre processing of API responses. In some places pre processing was done in update method and in others in process_raw, in some places both where used.
Rewrote bits of event management to replace use of regex with xmltodict
Improved typing.
A lot of test improvements as well as an increase in test coverage.

Possible speed improvement on web request

21 Oct 15:00
Compare
Choose a tag to compare

Use asyncio gather to parallelise web requests and await them together

Whole library is now async

19 Oct 20:21
Compare
Choose a tag to compare
v40

Bump to v40

Remove python3.8 requirement

18 Oct 20:01
Compare
Choose a tag to compare
Bump to v39

Remove python 3.8 requirement

Move to HTTPx

18 Oct 19:49
Compare
Choose a tag to compare

Replace requests lib with new HTTPx

Improve robustness of guard suite update method

21 Sep 15:55
Compare
Choose a tag to compare

Lower api version of VMD4 as well

Fix missing dependency and list applications bug

20 Sep 16:46
Compare
Choose a tag to compare

Fix applications packages not being included in PyPI

06 Sep 09:26
Compare
Choose a tag to compare
Bump to v35

Fix so applications are included in packages

Application APIs

06 Sep 07:37
Compare
Choose a tag to compare

Add methods for Application APIs; Application API, Fence Guard, Loitering Guard, Motion Guard and VMD4
Add events for Loitering Guard, Motion Guard, Object Analytics beta