Rank: Advanced Member
Groups: Registered
Joined: 4/23/2017(UTC) Posts: 1,218 Location: Germany Thanks: 3 times Was thanked: 168 time(s) in 150 post(s)
|
I'm using a title connected with a datasource. There is one column with a yes/no (or 0/1) entry. Like a switch. Is it possible to trigger this switch?
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,227 Location: Belgium Thanks: 293 times Was thanked: 956 time(s) in 791 post(s)
|
as in to do what ? do something in the title or what ?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/23/2017(UTC) Posts: 1,218 Location: Germany Thanks: 3 times Was thanked: 168 time(s) in 150 post(s)
|
Some speakers don't wont to be shown. Privacy stuff. If there is a No instead of a YES I want to trigger the lower third to be off and a holding slide with a text to be shown instead of the cam. something like If (NO) { hide overlay 2+3; show overlay 4; } else { hide overlay 4; show overlay 2+3; }
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,227 Location: Belgium Thanks: 293 times Was thanked: 956 time(s) in 791 post(s)
|
Hmm you could create a custom XAML LT with a fullscreen image holder imbedded and bind some data to a hidden/visible status of the image/LT data etc (and use the hidden/Visible word instead of yes/no)
edit: actually would work with 0/1 edit 2 : would need to use opacity rather than visibility (worked in Blend but not in vMix )
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,227 Location: Belgium Thanks: 293 times Was thanked: 956 time(s) in 791 post(s)
|
Here is a (very) rudimentary example xaml overlay title for this - one "normal" lower third text - one image place holder that will block the camera view (load your blocking image in it) - one "dont want to be seen" text block - one on/off textblock to show/hide the image plus no see comment to block seeing your guest (enter value 0 or 1 manually or through datasource) HideGuest.xaml (3kb) downloaded 34 time(s).
|
1 user thanked doggy for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/21/2017(UTC) Posts: 319 Location: Uk
Thanks: 26 times Was thanked: 33 time(s) in 29 post(s)
|
does GT design have visible variables, so if the field is empty the graphic or image isn't displayed that's ultimately how you need to do that
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,227 Location: Belgium Thanks: 293 times Was thanked: 956 time(s) in 791 post(s)
|
Originally Posted by: Barney Box Lane does GT design have visible variables, so if the field is empty the graphic or image isn't displayed that's ultimately how you need to do that No not in such a way but with shortcuts you can show/hide a pages Is basicly what i did as you state in the classical xaml title i posted before your comment
|
|
|
|
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close