Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LibAtem/LibAtem
Blackmagic Atem client for .Net Core
https://github.com/LibAtem/LibAtem
atem blackmagic bmd switcher
Last synced: 13 days ago
JSON representation
Blackmagic Atem client for .Net Core
- Host: GitHub
- URL: https://github.com/LibAtem/LibAtem
- Owner: LibAtem
- License: lgpl-3.0
- Created: 2018-04-10T20:40:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T15:23:14.000Z (over 1 year ago)
- Last Synced: 2024-04-26T09:04:40.821Z (7 months ago)
- Topics: atem, blackmagic, bmd, switcher
- Language: C#
- Size: 1.04 MB
- Stars: 57
- Watchers: 9
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LibAtem
This is the library for working with Blackmagic Design ATEM devices.
It is written for .Net Core 3.0 and has been tested on Windows and Linux (including Raspberry Pi)
Note: this is not yet complete, but existing functionality is stable and unlikely to undergo massive changes.
### Device support
The primary focus is to support 8.0+ fully. Older versions may work, but are no longer recommended.
7.2 should work pretty well, but is not feature complete.It has been primarily tested against the ATEM 2ME and Mini, with some additional testing against ATEM 1ME, ATEM 2ME 4K, TV Studio HD and Constellation.
Note: In order to properly support multiple versions, some versions introduce newer versions of some command classes.
### Download
Coming soon### Usage
Coming soon#### Missing functionality
* Some MacroOperations (ones without a value in [LibAtem/Common/MacroOperationType.cs] )
* Much of audio mixer
* Camera control
* More...### Related Projects
* ATEM Client comparison tests [LibAtem.ComparisonTests](https://github.com/LibAtem/LibAtem.ComparisonTests)### Credits
This builds on the work done by the following projects:
* http://skaarhoj.com/fileadmin/BMDPROTOCOL.html
* https://github.com/peschuster/wireshark-atem-dissector### License
LibAtem is distributed under the GNU Lesser General Public License LGPLv3 or higher, see the file LICENSE for details.