Skip to content
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

SuperSource cannot select a video source #41

Open
ThomasBaeker opened this issue Apr 20, 2023 · 2 comments
Open

SuperSource cannot select a video source #41

ThomasBaeker opened this issue Apr 20, 2023 · 2 comments

Comments

@ThomasBaeker
Copy link

ThomasBaeker commented Apr 20, 2023

Hello,
I have an ATEM Mini Extreme and I want to use PyATEMMax to display multiple sources on the screen. Similar to a quad splitter.
SuperSource is good for this and I've been trying to display a video source for several days now.

With small scripts I made the first attempts to change the position and size of the boxes. It is working.

Here is my test code to display source 1 in box 1:

import PyATEMMax

switcher = PyATEMMax.ATEMMax()
switcher.connect("192.168.178.50")
if switcher.waitForConnection(infinite=False):
switcher.setSuperSourceBoxParametersEnabled(switcher.atem.boxes.box1,1)
switcher.setSuperSourceBoxParametersInputSource(switcher.atem.boxes.box1,switcher.atem.videoSources.input1.value)
switcher.setSuperSourceBoxParametersPositionX(switcher.atem.boxes.box1,-2)
switcher.setSuperSourceBoxParametersPositionY(switcher.atem.boxes.box1,2)
switcher.setSuperSourceBoxParametersSize(switcher.atem.boxes.box1, 0.4)
print("Settings updated")
otherwise:
print("ERROR: no response from switcher")
switcher.disconnect()

Can someone help me out?

@stefanoskj
Copy link

Hello Thomas,
Have you found a solution?
I have the same problem , I don't manage to change input in supersource.
Let me know
Thanks

@ThomasBaeker
Copy link
Author

unfortunately not.
I haven't found a solution.
The author has unfortunately not reported. too bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants