Rank: Newbie
Groups: Registered
Joined: 7/9/2020(UTC) Posts: 8 Thanks: 3 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: elgarf @magicnb35, looks like your images was really big. Hope I fixed handling them. DownloadsUniversal Title Controller (updated 17.08.2020) It was working properly, thanks
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 12/28/2018(UTC) Posts: 3 Location: Monteros Thanks: 2 times
|
Good, when I invert position of multiview 1 by 2 I need to change the name of the titles together with the change of position. Any ideas? From already thank you very much. (Attached image) Invertir.png (1,162kb) downloaded 3 time(s).
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 8/18/2020(UTC) Posts: 1 Location: seoul
|
Hello. Can you recommend for me about UTC template site?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@kiminyum, there is no community with UTC templates right now (
@musy2010, if you change multiview with script, add SetText function next to function, that changes multiview.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 12/28/2018(UTC) Posts: 3 Location: Monteros Thanks: 2 times
|
@elgarf, I do the multiview change with button, I don't know how it is with script. What I don't know is how to determine which camera is in multiview 1 to be able to pass it to 2 and put the title of camera 2.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@musy2010, I made example which swaps between two multiviews. There is check inside button "which input is overlay 1 now?". Hope, it will help. SwapMultiView.zip (10kb) downloaded 71 time(s).
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 12/28/2018(UTC) Posts: 3 Location: Monteros Thanks: 2 times
|
Originally Posted by: elgarf @musy2010, I made example which swaps between two multiviews. There is check inside button "which input is overlay 1 now?". Hope, it will help. SwapMultiView.zip (10kb) downloaded 71 time(s). In this case, it is known which is in position 1 and 2 with settext I assign the titles, but I have 6 intradas in which I use in 3-window multiview, should I use a while? or how would it be in that case to know what input is in each position of the multiview to be able to assign the title Thank you
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 8/20/2020(UTC) Posts: 3
|
I have a simple form with this layout:
[ptz1-Scene1] [ptz1-Scene2] [ptz1-Scene3] [FADE] [ptz2-Scene1] [ptz2-Scene2] [ptz2-Scene3]
I have 2 PTZ cameras (ptz1 and ptz2) each scene is the ptz at a saved position. Clicking a button ([ptz1-Scene1]) would send that scene to the preview input. The [FADE] button does a transition the main output. I know I can get a light to show on each button by clicking the "State-Dependent" option on the button. How can I have all the buttons for the ptz that is being output to main show red and the others show green.
Trying to make it easier for camera operator to not accedently move the "live" ptz camera. Thank you.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@Flaxcon, you can use PreviewInput and ActiveInput functions, so button with PreviewInput will be green, if input is in preview, and button with ActiveInput will be green, if input is active. There is Buttons2.vmc example, which do what you want, I think.
@musy2010, what about making MultiView into MultiView? You can add title to your participant, and it will be always there.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 8/20/2020(UTC) Posts: 3
|
Elgarf, thank you for the quick response. I'm sorry I didn't go into enough detail. All the buttons send the scene assigned to it to the PreviewInput and the fade button will send the preview to ActiveInput.
So I want the button red when it is moved to ActiveInput otherwise be green. The other layer of complexity is if any of the ptz1 scenes are in the ActiveInput I want all the ptz1 scenes to be red and the ptz2 scenes to be green.
Once again, thank you.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@Flaxcon, right now it's not possible, but I can made 'execute' switch on script functions, and change state dependent logic from AND to OR (or selection from and/or).
So you add executable previewinput function and N activeinput functions, that will not be executed, but used in state dependency.
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 8/20/2020(UTC) Posts: 3
|
Thank you Elgarf. That would be great. It's so jarring for viewers to see the camera zoom from one position to the next when the operator accidentally clicks a different scene on the active camera.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 2/1/2018(UTC) Posts: 34 Location: Poland
|
Originally Posted by: elgarf @magicnb35, replace Functions.xml with this version Functions.zip (11kb) downloaded 20 time(s).@witsok, not sure why timer can be so laggy (it has highest priority). Is there a lot of buttons in your controller or something like that? What about UTC CPU/MEM usage? Hi, I have 10 buttons, 10 lists, and a timer. Nothing much. Vmix shows low CPU usage, around 10-15. Total goes up to 30-40.I don't know how to check UTC cpu/mem. I can't find it in task manager. One more thing, when streaming UTC is very slow in response when I want to add a score (+1) or select a list. It takes 3-4 seconds sometimes. Maybe I need to install sth like java. No idea what to do. The same laptop, same vMix and UTC versions as before and such problems. in the meantime I tried to install the latest ver of UTC (current is 23) but it didn't cooperate with vMix ver 23 and crashed immediately after opening so I returned to ver 23.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 11/27/2017(UTC) Posts: 17 Location: Louisville, Kentucky Thanks: 7 times Was thanked: 1 time(s) in 1 post(s)
|
Originally Posted by: chococrispis35 UTC, Vmix and Excell Baseball graphics, stats, lineups, defensives, and others things I am trying to duplicate your lineup example. At the 30 second mark of the video you are choosing players from the excel worksheet to populate your lineup. What type of function are you using in excel to allow you to select the players spreadsheet information and place it into the batting order and position spots of your lineup? Please help or point me to a tutorial so I can learn to do it. Thank You!
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@witsok, that's strange. Can you see in log why latest version crash? Is it crashing when you load controller? Can you share your controller?
Can you try another software like panel builder? Is it also slow responding?
|
|
|
|
Rank: Member
Groups: Registered
Joined: 12/29/2018(UTC) Posts: 10 Location: Siberia Was thanked: 1 time(s) in 1 post(s)
|
Hi, elgarf! As i can see, last versions of UTC are very andry to CPU power. From 04.08.2020. Version from 21.07.2020 use 12% of my CPU with NDI window, but later versions "eat" from 20 to 25%. Nothing of "Conditions" and other "loop" functions are used.
|
|
|
|
Rank: Member
Groups: Registered
Joined: 8/25/2020(UTC) Posts: 11 Thanks: 9 times
|
Hi I want to set transition In & out button (on utc) for my scoreboard title but I don't know which command do that. I test commands but can't find that..... can anybody tell me which command do transition in & out?
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@amir29918, I think, OverlayInputXIn / OverlayInputXOut is waht you need.
@David Kaz, tried both versions, they show same CPU usage with NDI monitor, about 20-25%. When I send NDI data from Resolume Arena, I get 12-15% CPU usage. It also depends on stream resolution. Btw, I change NDI receiving settings from high bandwidth to low. It will reduce CPU usage a lot.
|
1 user thanked elgarf for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/9/2019(UTC) Posts: 40 Location: Bålsta Thanks: 2 times Was thanked: 5 time(s) in 2 post(s)
|
is there any way to have a quick search box from a data file? say input player number an have the correct row from excel datasource selected? using a dropdown to select row can be a bit fiddly when having lots of rows.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/23/2015(UTC) Posts: 458 Thanks: 20 times Was thanked: 227 time(s) in 129 post(s)
|
@xztraz, you can feed rows from Excel into List widget, then use script to select row in data source.
But this is not very simple =(
|
|
|
|
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