I launched this plugin “C: \ Program Files \ Milestone \ MIPSDK \ PluginSamples \ AlarmPreview” and set it to detect motion, now the alarm is triggered every time a motion occurs. Now I want to control this process, for example: It should be active and work every even minute, and every not even minute it should not react to anything in spite of alarm movements. Please tell me where I should change the code.
Thank!
The Alarm Preview plugin sample will not generate alarms.
I am guessing that in order to test you created an Alarm Definition that is causing an alarm to be made whenever there is motion.
This is the Alarm Definition that you can disable.
You cannot make an Alarm Definition that will make alarms on some motion detections and not on others.
Perhaps you can using this solution.. https://developer.milestonesys.com/s/article/How-to-logically-combine-events-with-AND-OR
Thanks for the answer,
you are right, but I just wanted to influence the alarm. For example, completely disable the alarm after I enter the necessary elements in AlarmPreview.csproj. is it possible?
It is possible to write, modify or disable an Alarm Definition by use of Configuration API. Try to explore this using the Config API Client sample.
Is there an easy way to automatically send the image/frame to a server when Motion Detection is detected? Do I need a plugin in order to do this? If so, can you point me to that plugin? Any source code to share on this plugin?