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
witsok  
#1 Posted : Friday, December 24, 2021 3:32:54 AM(UTC)
witsok

Rank: Advanced Member

Groups: Registered
Joined: 2/1/2018(UTC)
Posts: 34
Location: Poland

Hi,

I want to get a link to a local image from a datasheet.
When it comes to simple data for xaml overlays it's easy.
But how do I get a specific image to show on the screen when necessary?

My datasheet is constructed as follows

COL1
title
D:\image.jpg

I tried the 'DataSourceSelectRow' function first:

Function=DataSourceSelectRow&Value=Googlesheet,Table,1

where '1' is the first row

Then I want to add the file defined in the first row as an input, but there's an error

Function=AddInput&Value=Image|

Vmix doesn't know the path.

How can I pass this path from one function to another

Witold

doggy  
#2 Posted : Friday, December 24, 2021 3:38:40 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 291 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: witsok Go to Quoted Post
Hi,

I want to get a link to a local image from a datasheet.
When it comes to simple data for xaml overlays it's easy.
But how do I get a specific image to show on the screen when necessary?

My datasheet is constructed as follows

COL1
title
D:\image.jpg

I tried the 'DataSourceSelectRow' function first:

Function=DataSourceSelectRow&Value=Googlesheet,Table,1

where '1' is the first row

Then I want to add the file defined in the first row as an input, but there's an error

Function=AddInput&Value=Image|

Vmix doesn't know the path.

How can I pass this path from one function to another

Witold



Data sources are used in conjunction with titles !!!

if you want to use that data in another function you will have to read it from a title ( used as variable transfer) with a script or directly from the data file
with a script

But why even bother and not used a GT title as input with an image embedded in it then it will instantly show the image based on your datasource row selection

Adding an input each time one just wants to show an image is pushing it
witsok  
#3 Posted : Friday, December 24, 2021 4:28:16 AM(UTC)
witsok

Rank: Advanced Member

Groups: Registered
Joined: 2/1/2018(UTC)
Posts: 34
Location: Poland

Quote:
But why even bother and not used a GT title as input with an image embedded in it then it will instantly show the image based on your datasource row selection


ok, that's what I thought and it solves the problem with images.

I wanted to do a similar thing with videos (store their names in Google sheet and retrieve when necessary instead of uploading all of them at once)
but GT tiles will not be handy in this case. Am I right?
doggy  
#4 Posted : Friday, December 24, 2021 4:36:25 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 291 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: witsok Go to Quoted Post

I wanted to do a similar thing with videos (store their names in Google sheet and retrieve when necessary instead of uploading all of them at once)



Upload ? to where ?
Seems currently you are trying to take a detour

Maybe checkout the LIST input just to keep it simple!

Quote:
but GT tiles will not be handy in this case. Am I right?


Euch, anyone knows how to play a video in a title ?

witsok  
#5 Posted : Friday, December 24, 2021 5:06:35 AM(UTC)
witsok

Rank: Advanced Member

Groups: Registered
Joined: 2/1/2018(UTC)
Posts: 34
Location: Poland

Quote:
Upload ? to where ?
Seems currently you are trying to take a detour


I'm trying to find the simplest and most effective solution.
Whatever it means.

I could upload/add 20 video files separately or to a list.
But then I need them to be played at random e.g. file #1, then #5 and #7 from the list.
My idea is to automate it and storing all links in a datasheet seemed reasonable.

Maybe I just don't know how to tackle it.

Quote:
Euch, anyone knows how to play a video in a title ?


no neeed to be prickly, though.
Users browsing this topic
Guest (3)
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.