Releases: kerberos-io/onvif
Releases · kerberos-io/onvif
v0.0.9
- fix memory leak (on device fail, http is not closed)
v0.0.8
Merge remote-tracking branch 'upstream/master'
v0.0.7
- Bug: make presets an array, we can have more than a single preset on a ONVIF device
v0.0.6
- Fix for PTZ Preset, was not able to map JSON to internal struct
v0.0.5
Fix for PTZ who is expecting an X and Y at all times
v0.0.4
- 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.2
Merge pull request #8 from kikimor/http_custom
External httpClient support