Rank: Member
Groups: Registered
Joined: 10/18/2020(UTC) Posts: 11 Location: Texas Thanks: 10 times Was thanked: 1 time(s) in 1 post(s)
|
Good Day Everyone, I have recently added DATA SOURCES to make things easier. The issues that I am experiencing are:
1.Instead of a photograph appearing, I am getting the LINK to the photograph 2.I can make changes in GOOGLE SHEETS but have to use DATA SOURCES box to see graphics change.
Thanks in advance...
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Metroplex Mobile Studio Good Day Everyone, I have recently added DATA SOURCES to make things easier. The issues that I am experiencing are:
1.Instead of a photograph appearing, I am getting the LINK to the photograph 2.I can make changes in GOOGLE SHEETS but have to use DATA SOURCES box to see graphics change.
Thanks in advance... Question is confusing What is in your data source that is referencing to the photo ? how is it written? where are you trying to view the photo ? If in a title what and how are you referencing with the data source , are you actually using an image holder What do you mean in point 2
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/18/2020(UTC) Posts: 11 Location: Texas Thanks: 10 times Was thanked: 1 time(s) in 1 post(s)
|
Thanks for your response.. I am confused! LOL... I placed photographs in GOOGLE DRIVE to obtain an URL. https://drive.google.com...c_FwIvj/view?usp=sharing shows rather than the photograph. However, when I mouse over the link in GOOGLE SHEETS I see the photograph. Question 2 wasn't thought thru....
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Metroplex Mobile Studio Thanks for your response.. I am confused! LOL... I placed photographs in GOOGLE DRIVE to obtain an URL. https://drive.google.com...c_FwIvj/view?usp=sharing shows rather than the photograph. However, when I mouse over the link in GOOGLE SHEETS I see the photograph. Question 2 wasn't thought thru.... You are not really giving answers are you Anyway for one the link is restricted in access, 2nd to vMix this link is not a direct link to an image file (see link extention) 3rd , if one sees the link appear (as text) instead of the image you are not using a image placeholder in your title to begin with
|
|
|
|
Rank: Member
Groups: Registered
Joined: 10/18/2020(UTC) Posts: 11 Location: Texas Thanks: 10 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: doggy Originally Posted by: Metroplex Mobile Studio Thanks for your response.. I am confused! LOL... I placed photographs in GOOGLE DRIVE to obtain an URL. https://drive.google.com...c_FwIvj/view?usp=sharing shows rather than the photograph. However, when I mouse over the link in GOOGLE SHEETS I see the photograph. Question 2 wasn't thought thru.... You are not really giving answers are you Anyway for one the link is restricted in access, 2nd to vMix this link is not a direct link to an image file (see link extention) 3rd , if one sees the link appear (as text) instead of the image you are not using a image placeholder in your title to begin with Doggy, I have to chuckle at you. You are funny.. It is not that I am not wanting to provide answers. Perhaps I am not understanding your question(s). I am thinking that the "IMAGE PLACEHOLDER" missing is my problem. Are they in GT Designer? I got the URL from the GOOGLE DRIVE. That's where I have photographs stored. The Names and Titles populate. Just not an image. The Lower Thirds displays the LINK. Not sure how to add/remove restrictions. Thanks...
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,218 Location: Belgium Thanks: 291 times Was thanked: 955 time(s) in 790 post(s)
|
Originally Posted by: Metroplex Mobile Studio Perhaps I am not understanding your question(s). I am thinking that the "IMAGE PLACEHOLDER" missing is my problem. Are they in GT Designer? I got the URL from the GOOGLE DRIVE. That's where I have photographs stored. The Names and Titles populate. Just not an image. The Lower Thirds displays the LINK. Not sure how to add/remove restrictions.
Thanks...
:-) that's more (clearer) info first of a (GT) title needs a placeholdder for an image , many titles don't have that but if you would choose one of the social titles that comes with vMix you should be in luck for testing, or create one title that has an image field and text fields (See GT title designer video tutorials). From your explanation i am suspecting you are trying to put an image into a text field which doesn't work seeing it displays the link as text instead . I did a test and getting an image from google drive or dropbox doesn't seem to work from a link within vMix . Unless someone knows that trick i would say one is better of putting the images on a "normal" server or just store them locally
|
|
|
|
Rank: Advanced Member
Groups: Registered
You have been a member since:: 2/23/2017(UTC) Posts: 189 Thanks: 1 times Was thanked: 52 time(s) in 42 post(s)
|
Well, there is no official way to get image URL-s from images that are added to the spreadsheet, only external web addresses work. But.. there is an unofficial way I have used. One could publish the spreadsheet to the web. File -> Share -> Publish to web. Select Link then from dropdowns Entire Document and Web page. Click Publish. Copy the URL. At the bottom of the dialog make sure the "Automatically republish when changes are made" is checked. Start publishing. Now you should have a URL that if you open in the incognito window would show your table and also the images. And the last step - you need intermediate software that parses that webpage and exports contents as CSV for example. I have written it to run on my local machine and it fetches entire table and image URLs from the HTML file. You need to change image URL a little to get maximum resolution, it is for example https://lh3.googleuserco...JNaDMjcBtm7ssvH1dDaJqiQw=w228-h229 and you need to remove the part that is in bold. Done. Edit: Damn, I missed the point, but I'll leave that here, maybe it helps someone. To get Google Drive image links to work, firstly you need to share them publicly. Right-click, Share, change link sharing to "Anyone with the link". Now you get URL-like https://drive.google.com/file/d/16c3pHrTu6ehgrugi8HFP_n9vPezCSMuE/view?usp=sharing which will not work in Data Source since it is not a direct link to the image, vMix basically tries to fetch the webpage itself. Now you what you do, is you must get the image id (in bold) and replace it in following link: https://drive.google.com/uc?export=view&id=16c3pHrTu6ehgrugi8HFP_n9vPezCSMuE image now shows up in GT Title. To get Dropbox images working, you share the image, you get URL like https://www.dropbox.com/...311xepnhn1taxn/5.png?dl=0 which again won't work in vMix, now if you change dl value to 1 like https://www.dropbox.com/...11xepnhn1taxn/5.png?dl=1 the image shows up in GT Title.
|
2 users thanked MartLeib for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 10/18/2020(UTC) Posts: 11 Location: Texas Thanks: 10 times Was thanked: 1 time(s) in 1 post(s)
|
"To get Google Drive image links to work, firstly you need to share them publicly. Right-click, Share, change link sharing to "Anyone with the link". Now you get URL-like https://drive.google.com...ezCSMuE/view?usp=sharing which will not work in Data Source since it is not a direct link to the image, vMix basically tries to fetch the webpage itself. Now you what you do, is you must get the image id (in bold) and replace it in following link: https://drive.google.com...6ehgrugi8HFP_n9vPezCSMuE image now shows up in GT Title." Ah, so I wasn't the first to run into this issue!!! This is what it takes to resolve the Google Drive issue. THANKS... Doggy, this is what I experience when using Google Drive. I couldn't convey my message but here is the problem and solution all wrapped up in his response. THANK YOU ALL FOR YOUR ASSISTANCE!!!!
|
|
|
|
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