Coordinates of PTZ Presets using MIP SDK

Hi,

Is there any way to fetch the absolute Pan Tilt Zoom coordinates of the Presets defined for a PTZ camera in Milestone using the MIP SDK?

I tried to check the SDK but couldn’t find any method apart from actually moving the camera to the desired preset and issuing a MessageId.Control.PTZGetAbsoluteRequest command.

It depends on the type of camera. For those where we store the preset internally you can read the coordinates through the Configuration API.

For those cameras where the preset is stored in the camera you can unfortunately not read the preset coordinates (apart from the method you mention).