replayEvent
Replay the specific event.
Address
/replay/replayEvent [index] [lensIndex]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | The event index in the event list, which can be 1, 2, 3... Events are listed in reverse order when they were added, with 1 being the last event, 2 being the second to last, and so on. |
argument 2 | Int | The camera to replay first, non-essential parameter, which is only applicable when using dual-camera replay, with a default value of -1. 0: Camera 1; 1: Camera 2; -1: Replay according to preset order |
Example
Replay the second to last event.
/replay/replayEvent 2
Note: Floating point numbers will be rounded down.
/replay/replayEvent 1.9 = /replay/replayEvent 1