-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support on M/E 2 #81
Comments
As I've only really worked with an ATEM mini I'm not entirely sure what you mean. Most likely because I'm not sure how M/E 2 works exactly. Else, have you built some tally units already you can demonstrate your issue with? |
It is possible to get Program and Preview on each M/E. int ProgramTallyme2 = AtemSwitcher.getProgramInputVideoSource(1); if ((ProgramTallyme2Previous != ProgramTallyme2) || (ProgramTallyme1Previous != ProgramTallyme1) || (PreviewTallyme2Previous != PreviewTallyme2) || (PreviewTallyme1Previous != PreviewTallyme1))
In my case I use one M/E for my inhouse feed and the other M/E for my broadcast feed. I like to use Grey (actually dark blue) instead of off when a camera is neither Program or Preview, but that is more a personal preference. Any hints on modifying your code would be appreciated. |
Is it Possible to change the Code so it takes the Tally data of an M/E 2 Mixer from the ME2 and not the Main ME (ME1)
The text was updated successfully, but these errors were encountered: