68k

Results 8 comments of 68k

> Isn't this feature already addressed by the "Edit the Choices" button. Nope. This could easily lead to a confusingly amount of choices. > Here anyone can add an option...

Same problem here. ```python #!/usr/bin/python3 import PyATEMMax import logging import time switcher = PyATEMMax.ATEMMax() switcher.setLogLevel(logging.DEBUG) switcher.setSocketLogLevel(logging.DEBUG) switcher.connect("192.168.xxx.xxx") switcher.waitForConnection(infinite=False) switcher.setAudioMixerInputMixOption(switcher.atem.audioSources.mic1, switcher.atem.audioMixerInputMixOptions.on) # Fails to turn on microphone switcher.setAudioMixerInputVolume(switcher.atem.audioSources.mic1, 3.0) time.sleep(0.05) #...

This testing code ```python #!/usr/bin/python3 import PyATEMMax import time SWITCHER_IP = "192.168.xxx.xxx" MIC_NAME = "mic1" WAIT_FOR_CHANGE = True switcher = PyATEMMax.ATEMMax() switcher.connect(SWITCHER_IP) switcher.waitForConnection() microphone = switcher.audioMixer.input[MIC_NAME] audio_source = switcher.atem.audioSources.mic1 def...

Hello @clvLabs My results with 3 different ATEM Models. ATEM Mini: 2.30 ATEM Mini Pro ISO: 2.30 ATEM Mini Extreme ISO: prog. hangs ATEM Mini Pro ISO: ``` Connecting to...

ATEM Mini: ``` Connecting to 192.168.xx.xx Received UNKNOWN command: [_FAC] Received UNKNOWN command: [_FEC] UNKNOWN ATEMVideoModeFormats 26 - processing [VidM] Received UNKNOWN command: [AiVM] Received UNKNOWN command: [TcLk] Received UNKNOWN...

ATEM Mini Extreme ISO + Pocket Cinema Camera 4K ``` Connecting to 192.168.xxx.xxx Received UNKNOWN command: [_FAC] Received UNKNOWN command: [_FEC] Received UNKNOWN command: [_FMH] UNKNOWN ATEMVideoModeFormats 27 - processing...

This bug still exists. - Is PageKit under active developement?

I have a big dump, but it contains a lot of (particullar private) data. I'm searching for a way to remove that.