replayFromSecondsAgo
Replay from N seconds before the end of replay buffer.
Address
/replay/replayFromSecondsAgo [seconds] [lensIndex]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | Second, ranging from 3 to 60 | 
| 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 from 5 seconds before the end of replay buffer.
/replay/replayFromSecondsAgo 5
Note: Floating point numbers will be rounded down.
/replay/replayFromSecondsAgo 1.9 = /replay/replayFromSecondsAgo 1