Hi.I want to get motion detection excluded region data for processing in my plugin. But I cannot find any sample or documentation where that is described. Can you help me find a way to retrieve excluded region data?Thanks.

It seems I found what I need in ConfigAPIClient sample. If anyone knows another sample please write here.

Configuration API allows to retrieve and set configurations for video management system.

Yes, I think you found the right sample.

Also worth to mention AddUserWithConfigApi sample for establishing simple WCF communication in plugin.

Important note, you should call only your own dll-s inside constructors, because plugins are constructed during application start.

Thanks for reply. I will write additional details during development, maybe it will be helpful in future.