ATEM Switcher is a simple Arduino based controller for the Blackmagic ATEM Video Switchers. The software has two modes, manual where preview inputs can be selected and cut to live, and auto which uses the analogue inputs for reading audio signals from microphones.
This project uses platformIO follow their documentation to get your environment set up as you like, then run platformio run
to build.
The Arduino is designed to be used with buttons for 6 preview input selectors, cut, and mode change for switching between manual and auto. The inputs selectors each have an LED output, as does the mode.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Designed and built by Andy Durant using the SKAARHOJ ATEM Arduino Library
This software is licensed under the ISC Licence. The ATEM Libraries used are licensed under GNU-GPLv3.