Skip to content

Fix ONVIF Camera Zooming

TechplexEngineer requested to merge techplex/Shinobi:dev into dev

This is the same as !58 (closed)

Zooming seemed not to be working. I tracked it down to not adding the required ONVIF XML zoom tag. I found the reason the tag was missing was because the continuousMove function was called incorrectly.

https://github.com/futomi/node-onvif/blob/master/lib/modules/service-ptz.js#L378

Edited by TechplexEngineer

Merge request reports