clvLabs / PyATEMMax

A Python library to monitor and control Blackmagic Design ATEM video switchers.
https://clvlabs.github.io/PyATEMMax/
GNU General Public License v3.0
79 stars 20 forks source link

DownstreamKeyer setters using the wrong Enum #29

Open matijakolaric opened 1 year ago

matijakolaric commented 1 year ago

Hi,

All DownstreamKeyer setters use keyer names e.g. 'keyer1', instead of 'dsk1'. Numeric works fine. The reason is obvious, all use .keyers, and .dsks (or equivalent) does not even exist.