VNyan Spout2 cameras
vnyan_spoutList available Spout2 output cameras or add a new one with configurable position, rotation, and resolution. Simplifies camera setup for VNyan VTuber streaming.
Instructions
List Spout2 output cameras, or add a new one. Source: plugin (live, read+write). There is no safe runtime way to remove a Spout2 camera - do that from VNyan's own Spout2 Cameras panel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Camera/Spout output name (required for addCamera) | |
| posX | No | Camera position X, world units. Ignored if linkToMainCamera. Default 0 | |
| posY | No | Camera position Y, world units. Ignored if linkToMainCamera. Default 0 | |
| posZ | No | Camera position Z, world units. Ignored if linkToMainCamera. Default 0 | |
| rotX | No | Camera rotation X, Euler degrees. Ignored if linkToMainCamera. Default 0 | |
| rotY | No | Camera rotation Y, Euler degrees. Ignored if linkToMainCamera. Default 0 | |
| rotZ | No | Camera rotation Z, Euler degrees. Ignored if linkToMainCamera. Default 0 | |
| flag1 | No | 4th positional bool arg to VNyan's AddCamera - meaning not identified (obfuscated signature). Default false. | |
| flag2 | No | 5th positional bool arg to AddCamera - meaning not identified. Default false. | |
| flag3 | No | 6th positional bool arg to AddCamera - meaning not identified. Default false. | |
| flag4 | No | 7th positional bool arg to AddCamera - meaning not identified. Default false. | |
| width | No | Render width in pixels. Default 1920 | |
| action | Yes | Which Spout2 operation to perform | |
| height | No | Render height in pixels. Default 1080 | |
| focalLength | No | Camera focal length (FOV). Ignored if linkToMainCamera. Default 35 | |
| linkToMainCamera | No | If true, this camera follows the main VNyan camera's position/rotation/FOV every frame (posX/Y/Z, rotX/Y/Z, focalLength below are then ignored). Default true. |