ATEM library for the ENC28J60 chip - fork form: https://github.com/mathijsk/Arduino-Library-for-ATEM-Switchers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kasper Skaarhoj d9e3895a83
version 1 beta
12 years ago
examples version 1 beta 12 years ago
ATEM.cpp version 1 beta 12 years ago
ATEM.h version 1 beta 12 years ago
README version 1 beta 12 years ago
TODO.txt version 1 beta 12 years ago
keywords.txt first commit 12 years ago
license.txt version 1 beta 12 years ago

README

This library for Arduino is intended to provide functions for connecting to and controlling ATEM video switchers from Blackmagic Design (http://blackmagic-design.com/products/atem/). They make awesome HD video switchers, really cheap ones too and they are controlled over IP! So while you can get away with using their nice Win/Mac app and switch video professionally, you can also shell out a lot of money on a hardware interface which the broadcast pros will prefer any day. Hey, it's a win for everyone!


Now, with this arduino library, you can develop your own custom hardware designs to switch video! For instance, what about having a foot pedal to make a cut, eh? A preliminary video to show what it can do: http://www.youtube.com/watch?v=FlyyhGyPClE (touchscreen example at the end!)


GPL licensed:
The library is licensed under GNU GPL v3. It allows you to use the library for any project, even commercial ones, as long as you keep the code using the library open - and deliver a copy to your client. In other words, even though you might deliver a black box hardware device, you still must give your client a copy of the Arduino sketch you have uploaded to the board. And how knows; either they will improve your product, maybe do nothing at all - or mess it up so you can sell some support hours. :-)


- kasper