I'm developing a driver by VideoOS.Platform.DriverFramework,How to show PTZ enable-config tab in the management client?

Here is an example,the device is integrated with onvif driver.

But in DemoDriver of MIP SDK 2020 R1,I can’t find this tab.

Now I want to show this tab when device is integrated with my own driver,so admins can config whether enable PTZ or not.

Is this a built-in tab?Is there anyway to show this tab?

Implement a PTZManager in your driver, then the tab should show up.

I have already implement a PTZManager in the driver.In camera’s properties page,there is a Presets tab.But in hardware’s properties page,the PTZ tab dosn’t show up.

My previous answer was wrong, I realize this now, sorry.

There is no support for this tab in the Driver Framework. Depending on whether you have a PTZManager the driver can implement PTZ support, but it cannot implement conditional PTZ support governed by the presence of the PTZ tab on the hardware level.