How to add Event to camera ?

I’m using ConfigurationApi and I want to configure events on camera.

When I display camera informations, I can’t see any informations about events.

But I can see Stream, Settings, PTZ and other informations.

How can edit (add, delete, update) events on camera through configurationApiSvc?

This is unfortunately not supported currently and can only be done through the Management Client. We have it on our backlog, but we unfortunately cannot provide any ETA at the moment.

Just an update on this for anyone wanting to do it today: It is now possible in the Config API through a ChildItem on the device. If you are using the .NET SDK the easiest is to use the ConfigurationItem.Camera class and then you can enable the event through the HardwareDeviceEventFolder.

This was introduced in 2021 R1.