clvLabs

Results 15 comments of clvLabs

Please add the following lines before your `switcher.connect()' , rerun the test and post its output: ```python switcher.setLogLevel(logging.DEBUG) switcher.setSocketLogLevel(logging.DEBUG) ``` I'll try to see what's happening thru the logs. Thank...

Hi ethan-ou, I'm sorry I have to guess my answer, because I don't have any switcher at hand to test my answers. But anyway, I'll try. First of all, the...

Hi there! Just borrowed a switcher a few days ago, I'm doing some testing. I've tried the code you sent on your first post and it yielded different results in...

Hi @NoodleBB , thanks for the feedback. I'm feeling even more suspicious about a [protocol/firmware version issue](https://clvlabs.github.io/PyATEMMax/about/atem-version/). I just ran this code: ```python import PyATEMMax import logging SWITCHER_IP = "192.168.1.111"...

Unfortunately it seems to be a protocol/product version issue. I've received other reports of this part of the API working in some switchers and not in some others. As the...

After a conversation with one of the users of the library I think I should reopen this issue. The fact that I don't have the hardware to test and I...

Hi @jackygeee, Having a look at the [Set methods documentation](https://clvlabs.github.io/PyATEMMax/docs/methods/set/) I find a few methods to make adjustments to `keys` and `keyers` (sorry... don't know the difference) Have you tried...

Hi Terry, I've trying to implement it because of a previous request I've received... with no luck 😢 I tried to use [libqatemcontrol](https://github.com/petersimonsson/libqatemcontrol) as a reference but the switcher I...

Thanks a lot for the help, Terry! I've just created a new branch for the issue: [20-uploading-images-to-the-atem-switcher](https://github.com/clvLabs/PyATEMMax/tree/20-uploading-images-to-the-atem-switcher) and pushed the _work in progress_ commits I had. Basically, I was trying...

Hi Terry, thanks for the update!! BTW, my name is Tony :)