2. Remote Trigger

  1. Enable the switch in the "Capture-Trigger" section of the data broadcast panel to activate the remote trigger function. The port is the broadcast port where XINGYING sends control commands, with a default value of 7061. If the port monitored by third-party software or tools is different, please assign the correct port to XINGYING. If you need to change this port, please disable the remote triggering function first, then re-enable it after the modifications are complete.

  2. After enabling remote triggering, a camera needs to be connected. Once the connection is established, recording can be triggered by turning it on or off.

  3. Currently, the trigger control command sent by XINGYING is in XML file format:

    • Start trigger

    • Stop trigger


Start trigger

  1. The following example shows the start trigger. Note that the broadcast must be suitable for a UDP packet.

  2. The indentation in the following example is for clarity; the actual packet is not indented. The blank spaces between the tags have been removed.

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<CaptureStart>
<Name VALUE="RemoteTriggerTest_take0116" />
<Database Path VALUE="F:\20230712\test1" />
<Notes VALUE="This is Beijing NOKOV Science & Technology Co., Ltd Motion Capture Start Msg" />
<Description VALUE="NULL" />
<Delay VALUE="33" />
<PacketID VALUE="10028" />
</CaptureStart>

Field Definitions:

ValueDescription

Name

Filename of recorded file

SessionName

Reserved field

Notes

Reserved field

Description

Reserved field

Delay

Reserved field

Database Path

File path of recorded file

PacketID

Reserved field


Stop trigger

  1. The following example shows the stop trigger. Note that the broadcast must be suitable for a UDP packet.

  2. The indentation in the following example is for clarity; the actual packet is not indented. The blank spaces between the tags have been removed.

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<CaptureStop RESULT="SUCCESS">
<Name VALUE="RemoteTriggerTest_take0114" />
<Database Path VALUE="F:\20230712\test1" />
<Notes VALUE="This is Beijing NOKOV Science & Technology Co., Ltd Motion Capture Stop Msg" />
<Description VALUE="NULL" />
<Delay VALUE="33" />
<PacketID VALUE="10025" />
</CaptureStop>

Field Definitions:

ValueDescription

Name

Filename of recorded file

SessionName

Reserved field

Notes

Reserved field

Description

Reserved field

Delay

Reserved field

Database Path

File path of recorded file

PacketID

Reserved field

Last updated