Hi all,
I’m developing a .Net service using MIP SDK 2022 R3.
I would like to know if there is a way to receive an event when the RecordingEnabled changed on an Item Camera.
Thank you for the support.
Gianluca
Hi all,
I’m developing a .Net service using MIP SDK 2022 R3.
I would like to know if there is a way to receive an event when the RecordingEnabled changed on an Item Camera.
Thank you for the support.
Gianluca
There is no specific subscription for the property change. I guess you can listen for general configuration changes and then detect this.
There is a sample ConfigUpdated which how you can keep your copy of the VMS configuration updated with the latest changes. It might be helpful for you to explore it - https://doc.developer.milestonesys.com/html/index.html?base=samples/componentsamples/configupdated/readme.html&tree=tree_2.html