Releases: kerberos-io/onvif
Releases · kerberos-io/onvif
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