How does IronYun Vaidio AI Vision Platform work with Surveillance Station?
How does IronYun Vaidio AI Vision Platform work with Surveillance Station?
About IronYun Vaidio AI Vision Platform
IronYun Vaidio AI Vision Platform provides more than 30 advanced AI video analytics, including PPE (Personal Protective Equipment) detection, fall detection, and more.
How does it integrate with Surveillance Station?
By integrating Surveillance Station with IronYun Vaidio AI Vision Platform, you can centrally manage camera streams and IronYun Vaidio AI Vision Platform event results in one platform. You can share the camera stream from Surveillance Station to IronYun Vaidio AI Vision Platform for further analysis. Whenever a event is recognized, the result will be sent back to Surveillance Station.
- Real-time event display
Instantly display events detected by IronYun Vaidio AI Vision Platform in Monitor Center - Automated bookmarking
Automatically save event information as bookmarks for simple search and playback - Customizable actions
Perform further actions such as triggering digital output or playing an audio pattern
Step 1: Share camera stream from Surveillance Station to IronYun Vaidio AI Vision Platform
In Surveillance Station
- Go to the IP camera app. Right-click on the targeted camera and select Share stream path.
- Change the duration of validity to forever and copy the RTSP stream path.
In IronYun Vaidio AI Vision Platform
- Log in to IronYun Vaidio AI Vision Platform.
- Add your camera and set up an AI task.
Step 2: Get the event results from IronYun Vaidio AI Vision Platform to Surveillance Station
Set up in Surveillance Station
Go to the Action Rule app in Surveillance Station and create an action rule. Refer to this article for detailed instructions.
- Configure the settings on the Information page. Set the Rule type to Triggered.
- Modify the options in the Event page.
- Event source: Select Webhook / External device.
- Token: Use the auto-generated token or customize your own.
- Method: Select GET.
- Trigger type: Select One time.
- Copy the webhook URL. You will need this URL later in the IronYun Vaidio AI Vision Platform web interface. The complete webhook URL should look like this:
Note that this URL only works after you click Apply in the last step of adding the action rule.http://{YOUR_NAS_IP:PORT}/webapi/SurveillanceStation/Webhook/Incoming/v1?token={USER_DEFINE_TOKEN}
- Modify the options on the Action page.
- Action device: Select Camera.
- Action: Select Add bookmark.
- Name: %ACTION_RULE_NAME%.
- Description: %WEBHOOK_TEXT_1%.
- For example, when the IronYun Vaidio AI Vision Platform recognizes a “No helmet” event, it will send a webhook as below:
When Surveillance Station receives it, the system creates a bookmark with “No helmet” as description on the specified camera.http://{YOUR_NAS_IP:PORT}/webapi/SurveillanceStation/Webhook/Incoming/v1?token={USER_DEFINE_TOKEN}&text1=”No helmet”
- For example, when the IronYun Vaidio AI Vision Platform recognizes a “No helmet” event, it will send a webhook as below:
- Select Display bookmark information on Monitor Center.
- On the Schedule page, set up the timetable.

Set up in IronYun Vaidio
- Go to IronYun Vaidio AI Vision Platform > Alert > Alert Rule > Add Alert.
- Modify the options in this window.
- Trigger Action: Select HTTP and GET, and paste the webhook URL that you copied from the previous step.
- Params: Fill in the key and value of the parameter you want to send. Surveillance Station accepts text1, text2, text3, and time as the key. You can click the
icon below the Params text field to see the available parameters.
- Click Add > Save to complete the setting.