Dead all,
When a new alarm incoming at alarm manager, we want to have a popup window to display the related camera playback which starting from 5 seconds ago. How could we do this in plugin integration? Please advance & thx.
KennethT
Dead all,
When a new alarm incoming at alarm manager, we want to have a popup window to display the related camera playback which starting from 5 seconds ago. How could we do this in plugin integration? Please advance & thx.
KennethT
If you want to monitor when new alarms come in you either have to subscribe to NewAlarmIndication message using message communication or listen on the alarm interface. For an example of the latter have a look at the Alarm Client component sample in the SDK.
For creating the popup you can either just make your own window with an ImageViewerWpfControl (see Smart Client Independent Playback plugin sample) or you can create a dynamic view like it is done in the Smart Client Dynamic View plugin sample.