logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
VasaA-V  
#1 Posted : Wednesday, April 15, 2026 12:01:26 AM(UTC)
VasaA-V

Rank: Newbie

Groups: Registered
Joined: 12/21/2022(UTC)
Posts: 9
United States
Location: Minnesota

Thanks: 4 times
I have recently changed from using Overlays to using Layers to present video side by side. This is because our operators can then view the resulting scene in the preview window. With Overlays the first time you see the scene is at the output. I can use SetMultiViewOverlay to assign a camera to a layer. But there is no way (that I have found) to later know what input/camera is assigned to that layer.

Feature request: add records in the XML doc that give what input is assigned to each layer for an input. Then this information will be exposed to a script.
dmwkr  
#2 Posted : Wednesday, April 15, 2026 12:38:28 AM(UTC)
dmwkr

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2019(UTC)
Posts: 651

Thanks: 64 times
Was thanked: 153 time(s) in 137 post(s)
Originally Posted by: VasaA-V Go to Quoted Post
I have recently changed from using Overlays to using Layers to present video side by side. This is because our operators can then view the resulting scene in the preview window. With Overlays the first time you see the scene is at the output. I can use SetMultiViewOverlay to assign a camera to a layer. But there is no way (that I have found) to later know what input/camera is assigned to that layer.

Feature request: add records in the XML doc that give what input is assigned to each layer for an input. Then this information will be exposed to a script.


Maybe I'm misunderstanding, but this already exists. The overlayed inputs are referenced with the "keys" in the overlay section of the inputs, see:

https://www.vmix.com/help29/DeveloperAPI.html

Code:
<input key="55cbe357-a801-4d54-8ff2-08ee68766fae" number="2" type="VirtualSet" title="LateNightNews" state="Paused" position="0" duration="0" muted="True" loop="False" selectedIndex="0">
LateNightNews
<overlay index="0" key="2fe8ff9d-e400-4504-85ab-df7c17a1edd4"/>
<overlay index="1" key="20e4ee9a-05cc-4f58-bb69-cd179e1c1958"/>
<overlay index="2" key="94b88db0-c5cd-49d8-98a2-27d83d4bf3fe"/>
</input>

Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.