hi,
how can i make an automation where when someone press a key it automatically send something to milestone that trigger a rule to start recording mic for 2 minutes
hi,
how can i make an automation where when someone press a key it automatically send something to milestone that trigger a rule to start recording mic for 2 minutes
The rule looks good. One suspicion: It can be hard to use the microphone in XProtect if you do not also have recording in the camera, it is hard to find the audio if you cannot find video in the Smart Client.
If you still have an issue please divide the problem; is it the generic event that does not work or is it the audio? I suggest you extend the rule with “Create a log entry”, if you get nothing in the log then it is the generic event that has an issue.
If you create a user-defined event and also create the rule that record for 2 minutes when the event is triggered the all you need to trigger the event.
One possible way to trigger a user-defined event you can see in the ConfigAccessViaSDK sample and the Trigger button within that sample.
hi,
the solution was in the 2n automation in uri field i put https://ip_event_server:1234/name_of_the_generic_event
Thats it