Page 1 of 1

Custom UI development for BMD Smartscope and Hyperdeck 12G?

PostPosted: Wed Jan 31, 2018 11:53 pm
by Babs J
Hello people,

I would like some guide in developing a UI for a smart scope and a hyper deck 12g.

I will be MS visual studio on MS platform.

It just a hassle to fire up different apps to control these kits that why I thought it would be easy for me

to develop a single app to control my BMD kits, and if I buy another BMD kit I can just update the app.

My question is should I be developing the UI frontend in C or C#?

I have already downloaded the SDK 6.3.3, Is this SDK in C or C#?

Re: Custom UI development for BMD Smartscope and Hyperdeck 1

PostPosted: Sat Feb 03, 2018 3:15 am
by Ian Morrish
API's are C++ but you can use Com Interop from C#.
SmartScope and HyperDeck have a very simple TCP text command protocol which might be all you need, in which case go with C# and WPF UI.

Re: Custom UI development for BMD Smartscope and Hyperdeck 1

PostPosted: Sat Feb 03, 2018 4:58 pm
by Babs J
Thank you very Ian,

Where can I find those TCP text command protocol?

Re: Custom UI development for BMD Smartscope and Hyperdeck 1

PostPosted: Tue Feb 06, 2018 12:36 am
by Ian Morrish
Hi,
They are in the HyperDeck product manual.
In Developer section "Blackmagic HyperDeck Ethernet Protocol"

Re: Custom UI development for BMD Smartscope and Hyperdeck 1

PostPosted: Fri Jun 15, 2018 2:07 pm
by Babs J
Ian Morrish wrote:Hi,
They are in the HyperDeck product manual.
In Developer section "Blackmagic HyperDeck Ethernet Protocol"


Thanks Ian