Page 1 of 1

Does anyone have C# application to control ATEM controller

PostPosted: Sun Aug 20, 2017 1:52 pm
by Hussain Siraaj
Does anyone have C# application that is fully functional.
Like:
Control Inputs - ON AIR / OFF AIR
Control Mediaplayers (still images) - ON AIR / OFF AIR

Re: Does anyone have C# application to control ATEM controll

PostPosted: Sat Aug 26, 2017 11:20 am
by Muzammil Hingoro
Hussain Siraaj wrote:Does anyone have C# application that is fully functional.
Like:
Control Inputs - ON AIR / OFF AIR
Control Mediaplayers (still images) - ON AIR / OFF AIR

I'm also looking for c# application

Re: Does anyone have C# application to control ATEM controll

PostPosted: Wed Aug 30, 2017 5:26 am
by Ian Morrish
Hi,
I have a "fully" functional C# dll that I use in Windows PowerShell. C# class in PowerShell can use it to do all ME, Aux, MediaPlayer (stills only), SuperSource and audio automation.
I also have a WPF application designed for touch screen control of the older TVS so it doesn't have as much functionality but I'm about to update this for a client to control the TVS HD and PTZ camera.

It was based on this sample that I found on github
https://github.com/imorrish/AtemSharp

What exactly are you looking for? Full source code of a complete application, or just an application that works?

Re: Does anyone have C# application to control ATEM controll

PostPosted: Fri Mar 09, 2018 11:32 am
by mohdazher
I am also trying to get C# Application

Re: Does anyone have C# application to control ATEM controll

PostPosted: Wed Mar 14, 2018 1:37 pm
by jeancourties
Yes, we are in 2018 and Blackmagic still practically ignores C#. It does everything to make as few people as possible who can write software for their hardware.
...but beware - they have their SDK for C++! We can be glad it's not in the assembler :twisted:

Re: Does anyone have C# application to control ATEM controll

PostPosted: Fri Mar 23, 2018 3:27 pm
by Roy Revelt
jeancourties wrote:]Blackmagic still practically ignores C#.


I think that's good. The majority of Open Source is in JavaScript, that's where all the action is. Today every proficient front-end developer is capable of contributing to Open Source JS projects, it doesn't require special knowledge, unlike C#. Like somebody said, if something can be coded in JavaScript, it will be coded.