Question/request: Reassign PVW/PGM in switchers

Questions about ATEM Switchers, Camera Converter and everything live!
  • Author
  • Message
Offline

Evan Palumbo

  • Posts: 4
  • Joined: Mon Feb 18, 2013 1:40 am

Question/request: Reassign PVW/PGM in switchers

PostWed Apr 25, 2018 7:01 pm

Hi guys,
We're planning on purchasing an ATEM 4 M/E Broadcast Studio switcher for our venue. Our control room has two multiview displays as well as a preview and program display already.
I'd like to be able to modify the multiview to not show preview and program. If both MV outputs were displaying 9 images, or able to display aux outputs/whatever in the large frames where PVW/PGM usually are, that would be ideal for our application. I haven't seen anything in the manual about reconfiguring the layout of the multiview, is this something that can be done right now?

Thanks!
Evan Palumbo
Offline

Duncan Stewart

  • Posts: 45
  • Joined: Sat Aug 17, 2013 7:58 am

Re: Question/request: Reassign PVW/PGM in switchers

PostWed Apr 25, 2018 8:19 pm

Yeah - this is a massive oversight.
It is obviously possible as third party software can change the source to the large windows - but they should be assignable as any other window in the ATEM GUI
Offline

MambaFiber.com

  • Posts: 833
  • Joined: Fri Aug 02, 2013 5:26 pm
  • Location: SLC, UT

Re: Question/request: Reassign PVW/PGM in switchers

PostWed Apr 25, 2018 10:39 pm

Duncan Stewart wrote:Yeah - this is a massive oversight.
It is obviously possible as third party software can change the source to the large windows - but they should be assignable as any other window in the ATEM GUI

I've never seen anybody be able to do this. Please enlighten us on which software that can make this possible...
Greg Bellotte - owner
MambaFiber.com
FaceBook.com/MambaFiber
Offline
User avatar

Jack Fairley

  • Posts: 1863
  • Joined: Mon Oct 03, 2016 7:58 pm
  • Location: Los Angeles

Re: Question/request: Reassign PVW/PGM in switchers

PostWed Apr 25, 2018 11:45 pm

MambaFiber.com wrote:
Duncan Stewart wrote:Yeah - this is a massive oversight.
It is obviously possible as third party software can change the source to the large windows - but they should be assignable as any other window in the ATEM GUI

I've never seen anybody be able to do this. Please enlighten us on which software that can make this possible...

viewtopic.php?f=4&t=70149&p=392516&hilit=multiview#p391650

According to Daniel it's possible. I don't remember ever seeing an example though.
Ryzen 5800X3D
32GB DDR4-3600
RTX 3090
DeckLink 4K Extreme 12G
Resolve Studio 17.4.1
Windows 11 Pro 21H2
Offline
User avatar

Baz

  • Posts: 622
  • Joined: Wed Aug 22, 2012 5:06 am
  • Location: Sydney, Australia

Re: Question/request: Reassign PVW/PGM in switchers

PostThu Apr 26, 2018 1:23 am

In an earlier version of my GVG Controller I use to also be able to change the labels but that feature seems to have been taken out of the later ATEM firmware :roll:
Baz
Last edited by Baz on Thu Apr 26, 2018 9:34 am, edited 1 time in total.

MISC
U/S Express, SmartviewDuo, SmartScopeDuo, Teranex 2D, Web Pres, 5/7 Vid Assists
VIDEOHUB
Smart 12x12
12x24
72x144
HYPERDECK
Studio, Shuttle, Studio Mini
ATEM
2me4K, 2me, TVS, TVS HD, CamConvs, StudioConvs, Studio Cams, Micro Studio Cam
Offline

Ian Morrish

  • Posts: 580
  • Joined: Sun Jan 18, 2015 9:24 pm
  • Location: New Zealand

Re: Question/request: Reassign PVW/PGM in switchers

PostThu Apr 26, 2018 9:19 am

Baz, can you change the Preview source on the TVS HD?
Just asking because I have provided an interface via Windows PowerShell, using the API, that allows you to do this

$mv=$atem.GetMultiViews()
$mv[0].SetWindowInput(0,4) #10011 is default value for preview

But it ignores this command (no error returned). Works fine for reading the value and I can set the source for windows 2-9 just fine.

I'll try it on a 2 ME model next week.
Regards,
Ian Morrish
Video Integrated Scripting Environment
(Windows PowerShell with ATEM driver + more)
https://ianmorrish.wordpress.com
Offline

Andrew Martin

  • Posts: 465
  • Joined: Sat Jul 08, 2017 9:25 pm

Re: Question/request: Reassign PVW/PGM in switchers

PostSat Apr 28, 2018 7:26 pm

MambaFiber.com wrote:I've never seen anybody be able to do this. Please enlighten us on which software that can make this possible...



There was several posts relating to this on the atemuser forum, ( unfortunately, offline currently)
via the 3rd party scripting of justmacros.
powershell and maybe Casper's findings in the skarrhoj libraries. They all found ways of doing this.
Offline

Dave Del Vecchio

  • Posts: 1603
  • Joined: Mon Nov 25, 2013 10:25 am

Re: Question/request: Reassign PVW/PGM in switchers

PostMon Apr 30, 2018 10:16 pm

My understanding is that it is not possible to assign the source of the large preview and program multiview windows with the official ATEM API. The documentation for the SetWindowInput method (which is used to assign multiview window input sources) in the ATEM API says the following:
IBMDSwitcherMultiView::SetWindowInput method
The SetWindowInput method routes an input source to the specified window. Note that the inputs for windows 0 and 1 are reserved for the Preview and Program outputs, and so cannot be set using this method. Calling this method with a window index of 0 or 1 will do nothing and will return S_FALSE.
There is a chance that it is possible to assign these windows with the Skaarhoj ATEM library (which is a reverse engineering of the ATEM protocol and does not use the official ATEM API). If you look at the documentation for the Skaarhoj ATEM library (http://skaarhoj.com/fileadmin/BMDPROTOCOL.html), under the Multi Viewer Input command, it says the following:
CMvI Multi Viewer Input
By setting video source for Window Index 0 and 1, it is possible to change what is shown as Preview and Program. This is NOT possible with the ATEM Software Control (and maybe not with the official API either) so be careful not to leave an ATEM switcher with an untypical configuration for these windows!
I've never actually used the Skaarhoj library, so I'm not sure whether or not this works with all of the ATEM switcher models, or if this still works with the latest ATEM firmware.
Offline
User avatar

Xtreemtec

  • Posts: 5397
  • Joined: Wed Jan 02, 2013 11:48 am
  • Location: The Netherlands

Re: Question/request: Reassign PVW/PGM in switchers

PostTue May 01, 2018 8:11 am

That did work in the past.. But i think it was a bug / loophole that they fixed now in a firmware update to prevent this from happening.. Which is a bummer.. Becuase sometimes that was a really good way to get things done.. Espaecially on a 2ME i did route a Aux ouput to 1 of the PGM / PRV windows that was not in use..

Not tested this last few months.. So it could be gone now..
Daniel Wittenaar .:: Xtreemtec Media Productions ::. -= www.xtreemtec.nl =-
4K OBV Trailer, ATEM TVS HD, 4M/E Broadcast Studio 4K, Constelation 8K, Hyperdeck Studio 12G, Ursa Broadcast 4K, 4K fiber converters with Sony Control
Offline

tiwarikalpna582

  • Posts: 1
  • Joined: Wed Jul 11, 2018 6:54 am
  • Real Name: kalpna tiwari

Re: Question/request: Reassign PVW/PGM in switchers

PostWed Jul 11, 2018 6:56 am

thanks

Return to Live Production

Who is online

Users browsing this forum: No registered users and 26 guests