Can make an alert if the User changed the camera setting

I have my plugin and I want to get alerted if the user changed the setting of the camera like the frame rate, Resolution or bitrate, is it possible?

You can detect that something has changed using

--

String VideoOS.Platform.Messaging.MessageId.System.SystemConfigurationChangedIndication = “System.SystemConfigurationChangedIndication” [static]

This message is send when part of the Milestone configuration has changed in general. Please note that many of these message can be sent, and a plug-in should not re-load or re-check the entire Milestone configuration at every event.

--

getting this you cannot detect what changed for which camera though.

I am curious; is your plugin an Administrator plugin?