switchCamera
Select the replay image.
Director Plus
Address
/replay/switchCamera [lens index]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | The combination mode of replay image 0: Camera 1 1: Camera 2 2: Camera 3 3: Camera 4 -1: Multi-view (containing all cameras) |
Example
Select Camera 1 to replay.
/replay/switchCamera 0
Select multi-view to replay.
/replay/switchCamera -1
Note: Floating point numbers will be rounded down. /replay/switchCamera 1.9 = /replay/switchCamera 1
Director One/Director Mini
Address
/replay/switchCamera [lens index]
Arguments
| Type | Description | |
|---|---|---|
| argument 1 | Int | The combination mode of replay image 0: camera 1 1: camera 2 4: Side-by-side (Cam 1 & 2) 5: Side-by-side (Cam 2 & 1) |
Example
Select Camera 1 to replay.
/replay/switchCamera 0
Note: Floating point numbers will be rounded down. /replay/switchCamera 1.9 = /replay/switchCamera 1