I have a generic ONVIF PTZ camera with an output that will control a light. The output works fine from the Configuration Manager, but how do I actually use this from SmartClient? The ‘Aux’ commands seem to be something which needs to be supported directly by a specific driver, is it possible to link this to Output?
Right now I have to listen to a nonsensical event such as ‘Start Recording’ to activate and deactivate the light. I’ve made plugins for buttons that do other things in the past, but do I have to make a plugin for this as well or can it be handled from within the system?