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
mavik  
#1 Posted : Tuesday, January 29, 2019 9:37:32 PM(UTC)
mavik

Rank: Advanced Member

Groups: Registered
Joined: 4/23/2017(UTC)
Posts: 1,143
Man
Location: Germany

Thanks: 3 times
Was thanked: 166 time(s) in 148 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
doggy  
#2 Posted : Tuesday, January 29, 2019 10:18:27 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,081
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
as in to do what ? do something in the title or what ?
mavik  
#3 Posted : Wednesday, January 30, 2019 12:43:52 AM(UTC)
mavik

Rank: Advanced Member

Groups: Registered
Joined: 4/23/2017(UTC)
Posts: 1,143
Man
Location: Germany

Thanks: 3 times
Was thanked: 166 time(s) in 148 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;
}
doggy  
#4 Posted : Wednesday, January 30, 2019 5:02:22 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,081
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 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 )
doggy  
#5 Posted : Thursday, January 31, 2019 4:27:53 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,081
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 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).
thanks 1 user thanked doggy for this useful post.
mburel1980 on 2/1/2019(UTC)
Barney Box Lane  
#6 Posted : Thursday, January 31, 2019 11:31:00 PM(UTC)
Barney Box Lane

Rank: Advanced Member

Groups: Registered
Joined: 8/21/2017(UTC)
Posts: 318
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
doggy  
#7 Posted : Friday, February 1, 2019 12:50:10 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,081
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: Barney Box Lane Go to Quoted Post
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
Users browsing this topic
Guest
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.