logo

Live Production Software Forums


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

Notification

Icon
Error

48 Pages«<2930313233>»
Options
Go to last post Go to first unread
Thisura812  
#601 Posted : Friday, January 22, 2021 12:48:04 PM(UTC)
Thisura812

Rank: Newbie

Groups: Registered
Joined: 12/15/2020(UTC)
Posts: 5
Singapore
Location: Singapore

Originally Posted by: raugert Go to Quoted Post
Thanks for the video Thi.

This is unusual. I can't seem to duplicate your issue. I'll have a closer look at it..


Not a problem. This bug seems to be happening only on my Main PC. I just checked on another win10 machine and it works perfectly.
Anyway, thanks a bunch for your time and effort.

Thi.
KMR  
#602 Posted : Sunday, January 24, 2021 3:33:00 PM(UTC)
KMR

Rank: Member

Groups: Registered
Joined: 5/2/2020(UTC)
Posts: 19
Ireland
Location: Dublin

Thanks: 2 times
Was thanked: 2 time(s) in 2 post(s)
Struggling with a button, and looking for some advice.

I'm trying to use a Clear Button with the following settings:
- Dn SetMultiViewOverlay
- Input: Preview
- Index: 3, Value 30

My intent is to change the "input" in Index 3 "layer" of the Multiview in Preview.

I have tried to do this by setting a shortcut in vMix and this works, but doesn't seem to work through Panel Builder (Not using a shortcut).

Any advice?
raugert  
#603 Posted : Sunday, January 24, 2021 4:17:46 PM(UTC)
raugert

Rank: Advanced Member

Groups: Registered
Joined: 8/5/2017(UTC)
Posts: 560
Canada
Location: Manitoba

Thanks: 107 times
Was thanked: 309 time(s) in 176 post(s)
@KMR

To change the input using the vMix API shortcuts, you need to put the enter both the Index and Input separated by a comma in the "Value" field. (Ref: page 198 of vMix user guide)

- Dn SetMultiViewOverlay
- Input: Preview
- Value: 3,30

regards,
Richard
thanks 1 user thanked raugert for this useful post.
KMR on 1/31/2021(UTC)
jgkurz  
#604 Posted : Sunday, January 31, 2021 5:33:31 AM(UTC)
jgkurz

Rank: Newbie

Groups: Registered
Joined: 5/5/2020(UTC)
Posts: 3
United States

Hello, I am trying to create a simple tablet panel with two faders. I want Master Volume and a specific Input. I have successfully added the input, but I cannot find a way to add Master Volume. I am on vMix 23.0.0.68 Windows 10 and vMix Builder 4.0.29 if that matters.

FWIW, when I load an example template called "Audio Faders.vmpd", the Master Volume Fader is present and working. I can edit that file and everything works, but it is a desktop and not a tablet.

Any idea what I am doing wrong?

Thank you
raugert  
#605 Posted : Sunday, January 31, 2021 8:54:53 AM(UTC)
raugert

Rank: Advanced Member

Groups: Registered
Joined: 8/5/2017(UTC)
Posts: 560
Canada
Location: Manitoba

Thanks: 107 times
Was thanked: 309 time(s) in 176 post(s)
To set the fader as a "Master fader" you need to change the command to "SetMasterVolume" . No need to enter anything in the Input field.
jgkurz  
#606 Posted : Sunday, January 31, 2021 9:54:25 AM(UTC)
jgkurz

Rank: Newbie

Groups: Registered
Joined: 5/5/2020(UTC)
Posts: 3
United States

Originally Posted by: raugert Go to Quoted Post
To set the fader as a "Master fader" you need to change the command to "SetMasterVolume" . No need to enter anything in the Input field.



That worked great. Thank you.
Chumbaz  
#607 Posted : Sunday, January 31, 2021 4:17:46 PM(UTC)
Chumbaz

Rank: Advanced Member

Groups: Registered
Joined: 4/30/2020(UTC)
Posts: 30
Italy
Location: Monza

Was thanked: 1 time(s) in 1 post(s)
Here a major question
do you think is it possible to address in anyway the DESTINATION object in vMixPanelBuilder?

I mean, i would like to build a sort of matrix switcher:
i would like to have on the left of the screen panel my camera sources (1 to 6, btw)
and on the right my vMix object set (1 speaker, 2 speaker, 3 speaker, with powerpoint, and so on, may be 15 or even 20 different combinations)

i would like to click on a destination button, may be 2 speaker, and then on camera 2 and 5 and assign
then click on the combination 1 speaker with ppt and assign the camera 5
and so on

i have done a million of test but i don't succeed in any way

any suggestion will be greatly appreciated
thank you so very much
KMR  
#608 Posted : Sunday, January 31, 2021 9:20:25 PM(UTC)
KMR

Rank: Member

Groups: Registered
Joined: 5/2/2020(UTC)
Posts: 19
Ireland
Location: Dublin

Thanks: 2 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: Chumbaz Go to Quoted Post
Here a major question
do you think is it possible to address in anyway the DESTINATION object in vMixPanelBuilder?

I mean, i would like to build a sort of matrix switcher:
i would like to have on the left of the screen panel my camera sources (1 to 6, btw)
and on the right my vMix object set (1 speaker, 2 speaker, 3 speaker, with powerpoint, and so on, may be 15 or even 20 different combinations)

i would like to click on a destination button, may be 2 speaker, and then on camera 2 and 5 and assign
then click on the combination 1 speaker with ppt and assign the camera 5
and so on

i have done a million of test but i don't succeed in any way

any suggestion will be greatly appreciated
thank you so very much



I am doing something similar. I have all of my multiview inputs setup. On my console, I push a button that puts a multiview into preview. When it's in preview, I have buttons on the panel builder that I am using SetMultiviewOverlay to assign inputs to the different layers in the overlay based on the multiview thats in preview.

Box 1 = Layer 3 in all multiviews
Box 2 = Layer 4 in all multivews
etc, etc, etc.

In settings for each button
- Dn SetMultiViewOverlay
- Input: Preview
- Value: 3,30
(layer, input)

multiview.png (113kb) downloaded 3 time(s).
Chumbaz  
#609 Posted : Sunday, January 31, 2021 9:51:22 PM(UTC)
Chumbaz

Rank: Advanced Member

Groups: Registered
Joined: 4/30/2020(UTC)
Posts: 30
Italy
Location: Monza

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: KMR Go to Quoted Post
Originally Posted by: Chumbaz Go to Quoted Post
Here a major question
do you think is it possible to address in anyway the DESTINATION object in vMixPanelBuilder?

I mean, i would like to build a sort of matrix switcher:
i would like to have on the left of the screen panel my camera sources (1 to 6, btw)
and on the right my vMix object set (1 speaker, 2 speaker, 3 speaker, with powerpoint, and so on, may be 15 or even 20 different combinations)

i would like to click on a destination button, may be 2 speaker, and then on camera 2 and 5 and assign
then click on the combination 1 speaker with ppt and assign the camera 5
and so on

i have done a million of test but i don't succeed in any way

any suggestion will be greatly appreciated
thank you so very much



I am doing something similar. I have all of my multiview inputs setup. On my console, I push a button that puts a multiview into preview. When it's in preview, I have buttons on the panel builder that I am using SetMultiviewOverlay to assign inputs to the different layers in the overlay based on the multiview thats in preview.

Box 1 = Layer 3 in all multiviews
Box 2 = Layer 4 in all multivews
etc, etc, etc.

In settings for each button
- Dn SetMultiViewOverlay
- Input: Preview
- Value: 3,30
(layer, input)

multiview.png (113kb) downloaded 3 time(s).


of course thank you very much but this is exactly what i would NOT to do
it request so much buttons and complexity and adding any new objext will increase complexity in exponential trend
is the perfect and clever solution, I agree, and thank you very much I don't want to be unfair at all!
but i am hoping to discover the graal of switching & routing :-D
last but not least: everybody thinks at Virtual Set as 3D applications with green screen, but anyway it is a PERFECT way to manage multiview faster than multiview itself, i suggest you to take a look at the tutorials
ciao and thank you very much one more time
KMR  
#610 Posted : Sunday, January 31, 2021 11:00:41 PM(UTC)
KMR

Rank: Member

Groups: Registered
Joined: 5/2/2020(UTC)
Posts: 19
Ireland
Location: Dublin

Thanks: 2 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: Chumbaz Go to Quoted Post


of course thank you very much but this is exactly what i would NOT to do
it request so much buttons and complexity and adding any new objext will increase complexity in exponential trend
is the perfect and clever solution, I agree, and thank you very much I don't want to be unfair at all!
but i am hoping to discover the graal of switching & routing :-D
last but not least: everybody thinks at Virtual Set as 3D applications with green screen, but anyway it is a PERFECT way to manage multiview faster than multiview itself, i suggest you to take a look at the tutorials
ciao and thank you very much one more time


It works for this specific show. We have 6 cameras in studio, no more than 8 calls during a show (which are shared via NDI from another system and are sometimes just SRT from the field), GFX 1 and GFX 2 are NDI from our external system running slides, and playback respectively. Using virtual sets for our situation actually increases the complexity, as we'd have too have many different variations.

vMix isn't meant for routing. We use a hardware router for that.
Chumbaz  
#611 Posted : Sunday, January 31, 2021 11:11:41 PM(UTC)
Chumbaz

Rank: Advanced Member

Groups: Registered
Joined: 4/30/2020(UTC)
Posts: 30
Italy
Location: Monza

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: KMR Go to Quoted Post
Originally Posted by: Chumbaz Go to Quoted Post

vMix isn't meant for routing. We use a hardware router for that.


About the first of those two sentences I agree so much
about the secondo: can you be so kind to say me which hardware router are you using? because i have looked for one, but I can't find a real solution
thank you very much



KMR  
#612 Posted : Monday, February 1, 2021 12:28:35 AM(UTC)
KMR

Rank: Member

Groups: Registered
Joined: 5/2/2020(UTC)
Posts: 19
Ireland
Location: Dublin

Thanks: 2 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: Chumbaz Go to Quoted Post

About the first of those two sentences I agree so much
about the secondo: can you be so kind to say me which hardware router are you using? because i have looked for one, but I can't find a real solution
thank you very much


We use Blackmagic Smart Videohub's.
But that's probably a better question for a different topic, not the vMix Panel Builder thread.
Chumbaz  
#613 Posted : Monday, February 1, 2021 1:08:11 AM(UTC)
Chumbaz

Rank: Advanced Member

Groups: Registered
Joined: 4/30/2020(UTC)
Posts: 30
Italy
Location: Monza

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: KMR Go to Quoted Post

We use Blackmagic Smart Videohub's.
But that's probably a better question for a different topic, not the vMix Panel Builder thread.


Correct
anyway, thank you very much once more for your support
raugert  
#614 Posted : Monday, February 1, 2021 2:59:59 AM(UTC)
raugert

Rank: Advanced Member

Groups: Registered
Joined: 8/5/2017(UTC)
Posts: 560
Canada
Location: Manitoba

Thanks: 107 times
Was thanked: 309 time(s) in 176 post(s)
@Chumbaz

There is a way to accomplish what you are looking for.

1. Create "Transparent Colour" inputs as "containers" for each of your 6 cameras.
2. When you design your "Object Set" Inputs, use these "containers" instead of the actual camera inputs.
3. Then you can se command "SetMultiviewOverlay" to select which camera input to assign into Layer1 of these "container" inputs

** By using the grouping feature in Panel Builder, you could actually make a panel with only 2 rows of buttons (one row to select the "Speaker Box" and another row that selects the camera to insert into that box). Less clutter.

hope that helps,
Richard


Chumbaz  
#615 Posted : Monday, February 1, 2021 3:11:10 AM(UTC)
Chumbaz

Rank: Advanced Member

Groups: Registered
Joined: 4/30/2020(UTC)
Posts: 30
Italy
Location: Monza

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: raugert Go to Quoted Post
@Chumbaz

There is a way to accomplish what you are looking for.

1. Create "Transparent Colour" inputs as "containers" for each of your 6 cameras.
2. When you design your "Object Set" Inputs, use these "containers" instead of the actual camera inputs.
3. Then you can se command "SetMultiviewOverlay" to select which camera input to assign into Layer1 of these "container" inputs

** By using the grouping feature in Panel Builder, you could actually make a panel with only 2 rows of buttons (one row to select the "Speaker Box" and another row that selects the camera to insert into that box). Less clutter.

hope that helps,
Richard




well, I use the "cointainers" per each input (cameras, NDI) since a lot of time, and i build containers in this way...
BUT I NEVER TESTED GROUPING, may be you have lighted a supernova in my mind!!!!!! may be it is EXACTLY what I was desperatly looking for!
I will check as soon as i can, thank you a lot but very a lot!!!
racontre  
#616 Posted : Tuesday, February 2, 2021 12:14:22 PM(UTC)
racontre

Rank: Newbie

Groups: Registered
Joined: 7/9/2020(UTC)
Posts: 2
United States
Location: san jose

Can someone for the love of god explain how I can trigger shortcuts from panel builder?
KMR  
#617 Posted : Tuesday, February 2, 2021 8:57:18 PM(UTC)
KMR

Rank: Member

Groups: Registered
Joined: 5/2/2020(UTC)
Posts: 19
Ireland
Location: Dublin

Thanks: 2 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: racontre Go to Quoted Post
Can someone for the love of god explain how I can trigger shortcuts from panel builder?


Type your HotKey/Shortcut in here:

shotcut.png (12kb) downloaded 5 time(s).
HuperSom  
#618 Posted : Monday, February 8, 2021 7:51:34 PM(UTC)
HuperSom

Rank: Member

Groups: Registered
Joined: 2/8/2021(UTC)
Posts: 12
Man
Portugal

Thanks: 8 times
Captura de ecra 2021-02-07, as 20.52.34.png (1,702kb) downloaded 2 time(s).

Como posso adicionar os comandos para as 4 câmaras virtuais do Virtual Set ?
raugert  
#619 Posted : Tuesday, February 9, 2021 1:34:58 AM(UTC)
raugert

Rank: Advanced Member

Groups: Registered
Joined: 8/5/2017(UTC)
Posts: 560
Canada
Location: Manitoba

Thanks: 107 times
Was thanked: 309 time(s) in 176 post(s)
Originally Posted by: HuperSom Go to Quoted Post
Como posso adicionar os comandos para as 4 câmaras virtuais do Virtual Set ?


What are you wanting to do with the Virtual Set inputs ?

There are limited functions available in the API for Virtual Sets.
1. You can transition to them like any other Input.
2. You can also zoom into a preset using the "SetIndex" command.

That's about it. Any other settings must be done within vMix itself.
thanks 1 user thanked raugert for this useful post.
HuperSom on 2/10/2021(UTC)
HuperSom  
#620 Posted : Wednesday, February 10, 2021 1:56:10 PM(UTC)
HuperSom

Rank: Member

Groups: Registered
Joined: 2/8/2021(UTC)
Posts: 12
Man
Portugal

Thanks: 8 times
Captura de ecra 2021-02-10, as 03.34.18.png (1,575kb) downloaded 0 time(s).


The Builder Panel does not call the cameras to the Virtual Set Boxes.

In this example of Image Matrix for the boxes of the virtual Set I would be calling Call 1 for Box 2, but it does not answer.…

What is wrong?
Users browsing this topic
48 Pages«<2930313233>»
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.