Remote trigger

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 another port, please assign the correct port to XINGYING for use. If you need to set this port, please cancel the remote triggering function first, and then enable remote triggering after the modifications are completed.

After enabling remote triggering, a camera needs to be connected. After the connection is completed, it can be triggered by turning on/off recording.

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

Start triggering

Stop triggering

Start triggering

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

The indentation in the following example is for clarity: the actual packet is not indented. The blank space between the tags has been removed.

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<CaptureStart>
<Name VALUE="RemoteTriggerTest_take0116" />
<DatabasePath 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>

Illustrate:

Value

Description

Name

Recorded file name

SessionName

Reserved field

Notes

Reserved field

Description

Reserved field

Delay

Reserved field

DatabasePath

Recorded file path

PacketID

Reserved field


Stop triggering

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

The indentation in the following example is for clarity: the actual packet is not indented. The blank space between the tags has been removed.

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<CaptureStop RESULT="SUCCESS">
<Name VALUE="RemoteTriggerTest_take0114" />
<DatabasePath 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>

Illustrate:

Value

Description

Name

Recorded file name

SessionName

Reserved field

Notes

Reserved field

Description

Reserved field

Delay

Reserved field

DatabasePath

Recorded file path

PacketID

Reserved field

Last updated