is it possible to use ImageServer protocol to get absolute PTZ-positions?

Is there an (undocumented) command to get a camera’s absolute PTZ-position using the

ImageServer protocol?

https://doc.developer.milestonesys.com/html/reference/protocols/imageserver_request_response.html

Since there are commands implemented in this protocol to _contro_l a PTZ-camera, it should make sense to also have commands to request PTZ-positions?

First, please make sure to use PTZ cameras that are supported absolute positions functionality.

If you want to use absolute PTZ positions, it is impossible to do it with ImageServer but you can do it with RecorderCommandService.

Please see this link - https://doc.developer.milestonesys.com/html/index.html?base=recordersoaphelp/index.html&tree=tree_3.html

This is not a protocol sample but there is a component samples called PTZ and Preset that can show you how to get/send absolute positions, please also see this sample here -

https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/ptzandpresets/readme.html&tree=tree_2.html