We are we doing the integration of XProtect in our ASP.Net based Web Application to display the video stream by using the XProtect Mobile SDK. We also want to receive the notification from the camera for example if there is a motion detection or the object (vehicle) detection etc. Can we catch/listen these notifications in our Web Application by using the Mobile SDK or there is other way to achieve this goal?
The Mobile SDK has the capability to receive notification on alarms. It is possible to make a alarm definition so that an alarm is raised when there is motion detection, however I don’t think that is a good idea, I think the system will overflow in too many alarms, and I don’t recommend this.
The Mobile SDK does not pick up events.
I think here you must use the MIP SDK instead. Here you have the “MessageId.Server.NewEventIndication”.
Please see it in use in the AlarmEventViewer sample.