Video Blender (Tokens)
| Token Name | Type | Default Value | Accepted Values | Category | Description |
|---|---|---|---|---|---|
| VideoBridgeAsyncMemCpy | BOOL | ON | OFF, ON, 1, 0, TRUE, FALSE | Video Blender | Create and use a separate thread in video bridge channels for writing frames to shared memory. |
| VideoBridgeBuffer | BOOL | ON | OFF, ON, 1, 0, TRUE, FALSE | Video Blender | Use an n-element reader / writer queue for sharing images from channels. |
| VideoBridgeBufferSize | INT | 2 | INT_MIN to INT_MAX, inclusive | Video Blender | The size of the reader / writer queue for sharing images from channels - set VideoBridgeBuffer OFF to turn off buffering. |
| VideoBridgeReadWaitTimeMs | FLOAT | 10 | -FLOAT_MAX to FLOAT_MAX, inclusive | Video Blender | When double buffering is OFF, how long the video bridge should wait (in ms) for new shared images to arrive. |
| VideoBridgeSpyThread | BOOL | OFF | OFF, ON, 1, 0, TRUE, FALSE | Video Blender | DEBUG: Create a spy thread for monitoring video blender behavior. |