With the driver framework, the BuildDevices section is where we can define whether PTZ should be enabled or not in the device.
We need a way to override this function in case of some devices which have virtual PTZ.The camera reports that it can do PTZ because it has virtual PTZ, but in some cases we want to make sure PTZ will be disabled and the PTZ tab does not show up in the Management Client.
With the ONVIF Driver, you have added a section to enable or disable PTZ:
Is there currently a way to use the SDK to add a new Hardware device and somehow send a parameter that we can pickup in the driver’s configuration manager in case we want to specify hardware options without having to connect to an external device.Currently, the only variables we get are the hostname, port, username and password.
If we had a parameter, we could create a special “Add new Hardware” plugin page and add things that way.
I found this customData string when adding the hardware but found no way to use it in the driver framework. That would be great, we could pass a JSON or something.
Bonus question:
How would this work in the new upcoming Management Client?


