Skip to content

Releases: kerberos-io/onvif

v0.0.9

06 Dec 19:39
Compare
Choose a tag to compare
  • fix memory leak (on device fail, http is not closed)

v0.0.8

06 Dec 18:47
Compare
Choose a tag to compare
Merge remote-tracking branch 'upstream/master'

v0.0.7

30 Aug 11:23
Compare
Choose a tag to compare
  • Bug: make presets an array, we can have more than a single preset on a ONVIF device

v0.0.6

24 Aug 10:37
Compare
Choose a tag to compare
  • Fix for PTZ Preset, was not able to map JSON to internal struct

v0.0.5

25 Jan 13:11
23e1c0b
Compare
Choose a tag to compare

Fix for PTZ who is expecting an X and Y at all times

v0.0.4

26 Dec 18:59
Compare
Choose a tag to compare
  • Added the possibility to zoom and pan/title separately. This is required because some cameras only support zooming, and therefore will abort as pan/tilt zoom where send using the same API call. We've added PTZSpeedPanTilt and PTZSpeedZoom.

v0.0.3

04 Jun 19:52
Compare
Choose a tag to compare
rename imports

v0.0.2

04 Jun 19:48
af24622
Compare
Choose a tag to compare
Merge pull request #8 from kikimor/http_custom

External httpClient support