Skip to content

Fix zooming

TechplexEngineer requested to merge techplex/Shinobi:master into master

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

Merge request reports