multiviewTouchControl icon indicating copy to clipboard operation
multiviewTouchControl copied to clipboard

Change actions

Open Patrickonzales opened this issue 4 years ago • 4 comments

Sorry that i opened another issue about the same thing.

But i don't get it to work with the Macros. From the previous issue you wrote it should be mainswitcher.macroStart(macroIndex), so this would actually be mainswitcher.macroStart(2); to start the third Macro, right? I tried different combinations with start, run, setMacroAction, but none of them work. What am I doing wrong?

I did get to work a "cut" or "changePrevieInput" to Media Player 1, so I am on the right page.

Would be nice to have a list of possible commands like this: mainswitcher.cut() mainswitcher.changePreviewInput(videosource) mainswitcher.changeProgramInput(videosource) // videosource = 1-20 Inputs, 1000 Bars, 2001-2 Color, 3010 Media Player 1, 3011 Media Player 1 key, 3020 Media Player 2, 3021 Media Player 2 Key, 6000 Super Source, 7001-2 Clean Feed, 8001-6 Auxilary

Auto Transition DSK On / Auto Makro

Thanks for your help

Patrickonzales avatar Feb 15 '21 19:02 Patrickonzales

A friend of mine helped me to solve this Problem. (He is a programmer, I only know a little bit.)

there were two main problems. I kind of missed that point that you updated the "class.Videoswitcher.js" file. And the other Issue was that the function is mainswitcher.macroRun(index) and not macroStart.

So if anyone else reads this and wants to add another function, just add the function to the "class.Videoswitcher.js" file. then the function is activated in the "renderer.js" with the same name.

all possible actions from the ATEM are documented here: https://nrkno.github.io/tv-automation-atem-connection/classes/atem.html

Patrickonzales avatar Mar 01 '21 17:03 Patrickonzales

Thank you Patrick for letting us know of your fix for that! Sorry for the limited support on that from my side. I can add the macroRun() method to the code. Thats not a problem! EDIT: Ah i see the typo that i made in the Issue. Sorry for that. Yes its macroRun()

Great, that you can use this piece of software! I would really like to see an image or a video of your setup.

Greetings, Vivian

airbenich avatar Mar 01 '21 17:03 airbenich

Right now we have 3 cameras. Wide, close and a drumcam (gopro). On the multiview i changed the preview window to cut. Camera 1-4 are normal as from the code on github. 5 is a preview of the recording and i can start recording from there, double tap stopps the recording. 6 and 7 are ProPresenter inputs (main and alpha) and tapping starts auto downstreamkeyer. The last is the Media Player 1 for still images.

It is really awesome to operate the ATEM like this and is understood very quickly from the volunteers. We still only have one person operating the camera and cutting the livestream.

E1BBCD90-E127-471F-B1FD-877233A056D5

Patrickonzales avatar Mar 01 '21 17:03 Patrickonzales

Pretty cool! Thank you for this insight!

airbenich avatar Mar 09 '21 10:03 airbenich