From an external application using MIP SDK of an alert or the event notify

When a problem occurred on an external application to work from XProtect system independently, I want to notify XProtect system of an alert or an event using MIP SDK.

When I make application in C++ or C#, please tell me if there are a sample and past topics to serve as a reference.

You can trigger a user-defined event, you can see this in the ConfigAccessViaSDK sample.

Perhaps you want something more advanced, perhaps this -

https://force.milestonesys.com/support/articles/en_US/How_To/Create-an-alarm-from-a-MIP-SDK-based-application

Hi Andersen

I thank for your quick answer.

I confirm the information that you taught, and I challenge it.

I confirmed a sample program.

However, an event did not seem to be able to transmit a message.

I confirm whether an event occurred in the XProtect side in a log file.(RecordingServerYYYYMMDD.log)

Does the sample fit by following how to use?

①I choose a camera from “List of all defined items:”

②I add a target event from “Select Instance” button

③I click “Trigger” button

④I choose a camera from “Item Picker” and click “OK”

*The edition of XProtect is Enterprise

I guess the sample is not all correct. Can you please see this thread on the same subject?

https://developer.milestonesys.com/s/question/0D50O00003J2ndCSAR/i-want-to-issue-manual-event-with-net-application

Hi Andersen !

I thank for your quick answer.

And, by your information, I was able to solve a question.

I am very grateful to you.