Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

POST http://IP-address:port/prefix/grpc

Get current mode

Request body:

Code Block
{
"method":"AxxonSoft.bl.ptz.TagAndTrackService.ListTrackers",
"data": {
	"access_point":"hosts/Server1/DeviceIpint.1/Observer.0"
	}
}

...

where the mode parameter value defines the PTZ control mode (see Setting PTZ mode for Tag & Track Pro):

0 - disabled (TAG_AND_TRACK_EVENT_TYPE_OFF),

1 - manual (TAG_AND_TRACK_EVENT_TYPE_MANUAL),

2 - automatic (TAG_AND_TRACK_EVENT_TYPE_AUTOMATIC),

3 - user priority (TAG_AND_TRACK_EVENT_TYPE_USER_PRIORITY),

4 - manual PTZ control (TAG_AND_TRACK_EVENT_TYPE_USER_PRIORITY_MANUAL).