Hi,
We are using the method PTZMoveStartAsync of the RecorderCommandService (SOAP) to continuously pan/tilt/zoom cameras. (In contrast to absolute movement via coordinates). The RecorderCommandService is flagged as legacy, therefore we are looking for an alternative.
I am aware that in the samples project “PTZandPresets” this is illustrated - however this uses the NuGet package (which depends on netframework472).
I also know about the POST endpoint “/cameras/{id}?task=SetPtzAbsolutePosition” which of the ConfigurationApi which can be used to pan/tilt/zoom using absolute values. (This is equivalent to the PTZMoveAbsoluteAsync method of the RecorderCommandService).
Is there an endpoint of a REST API that I am not aware of which offers this functionality (i.e. continuously pan/tilt/zoom a camera)?
Any help is greatly appreciated!