SteffeyDev / atemOSC

Control ATEM video switchers over the network with OSC messages
http://www.atemosc.com
202 stars 32 forks source link

Recording to external device support #171

Closed shedthemusic closed 3 years ago

shedthemusic commented 4 years ago

Is it possible to get the addresses for the rec and stop recording to disk functions for the ATEM MINI PRO?

Thanks in advance

Bob

mkcologne commented 4 years ago

You can do this with macros and recall them via OSC. See also #158 Cheers - M.

mkcologne commented 4 years ago
<Macro index="96" name="StartRec" description="">
    <Op id="RecordToMedia" start="True"/>
</Macro>
<Macro index="97" name="StopRec" description="">
    <Op id="RecordToMedia" start="False"/>
</Macro>
shedthemusic commented 4 years ago

Thank you so much for this!

Sent from my iPhone

On Jul 12, 2020, at 2:43 AM, mkcologne notifications@github.com wrote:



— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

SteffeyDev commented 3 years ago

It looks like the SDK does support recording functions now, so I'll look into adding this into a later version. In the meantime, macros is a great option

SteffeyDev commented 3 years ago

Actually, looks like this is a duplicate, closing in favor of #132.