I would like to be able to disable PTZ controls in my application, just like the Smart Client does
If you get the item for the camera (e.g. by using Configuration.Instance.GetItem() you can check the Authorization property on it. I it a dictionary which among others contains an entry with Key=PTZ and the value will be yes or no.
Hi Peter thank you that’s great I will check out the Authorization Property.