This sample might be interesting for you as inspiration, - Smart Client Dynamic View –
This sample creates a new view in a floating window when a message is received.
This sample might be interesting for you as inspiration, - Smart Client Dynamic View –
This sample creates a new view in a floating window when a message is received.
Hi, thanks for your reply,
tried this one, i am trying to start and trigger the floating window when an Alarm/Event is triggerd, but this event works only when Alarm is being selected in the AlarmList.
i tried to change the
_cameraListReceiver = EnvironmentManager.Instance.RegisterReceiver(
**new MessageReceiver(CameraListReceiver),**
**new MessageIdFilter("AlarmList.ObjectSelected.Information\*")**
**);**
to
new MessageIdFilter(MessageId.Server.NewAlarmIndication)
but it didnt fired the CameraListReceiver method when alarm has arrived.
do you know what could i be missing?
Thank you.
The SCOverlayGraphOnEvent sample will place overlays on cameras displayed in the Smart Client in live mode, when an Analytics Event is received with the camera as source, in order to do this, it uses NewAlarmIndication. Can you please explore this sample? Hopefully you will find that it works, and you can detect whether it does different compared to the code you have made.