TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Automate your studio – mute a mixer channel to turn your PTZ camera

84 点作者 kcsaba26 个月前
Seamlessly automate your audio-visual setup! This open-source framework uses the Open Sound Control protocol to integrate audio mixer consoles, OBS, PTZ cameras, and more. Perfect for live production enthusiasts, streamers, and tech tinkerers.<p>I have made it originally to meet our needs, then opensourced it: We needed to move a PTZ cam based on the stage&#x2F;pulpit mute states on our X32, but it is capable for way more. Let me know what do you guys think!<p>Cheers!

10 条评论

donatj6 个月前
The amount of neat things my synth friends do, including controlling lighting, with control voltage has me dreaming of a world where knobs and levers and UIs generally were way more customizable than we have now.
moepstar6 个月前
&gt; We needed to move a PTZ cam based on the stage&#x2F;pulpit mute states on our X32, but it is capable for way more.<p>PTZ - pan&#x2F;tilt&#x2F;zoom camera, that much I understood. The rest? Uh… can I get an ELI5 please?<p>Even though I’m clearly not in the target demographic, I’m eager to learn more..<p>Edit: ok, clicked through to GitHub, now I (kinda) got what it’s for :)
评论 #42299409 未加载
评论 #42299314 未加载
nzoschke6 个月前
Starred!<p>I’ve been playing with hooking up a MIDI controller to my OBSBot Tail Air PTZ camera and OBS.<p>The config and filters and triggers looks similar to my prototypes.<p>I’ve been wondering if there’s any sort of prior art or standards here from other domains like lighting consoles or workflow systems.
评论 #42314992 未加载
atmanactive6 个月前
I&#x27;m curious, did you ever come across Chataigne?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;benkuper&#x2F;Chataigne">https:&#x2F;&#x2F;github.com&#x2F;benkuper&#x2F;Chataigne</a>
评论 #42304939 未加载
评论 #42314976 未加载
评论 #42345191 未加载
kasperkamperman6 个月前
I did an explainer on OSC to explain the concepts. Indeed I think its the easiest network protocol to just hook different things together: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0uOR2idKvrM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0uOR2idKvrM</a>
评论 #42315011 未加载
pbhjpbhj6 个月前
Could you have some sort of tee, so instead of dedicating a channel you multiplexed a second extra-audible signal (outside the audible range) onto the same channel? Or perhaps send a really low frequency signal over the cable sheath??<p>Just spitballing.
评论 #42315067 未加载
评论 #42366144 未加载
blahlabs6 个月前
Is there a reason to use this over Bitfocus Companion?
评论 #42315101 未加载
benji-york6 个月前
Very nice! The ability to get novel interactions out of connected devices is something I think we&#x27;re just starting to bloom.
srameshc6 个月前
Unrelated, I have an old Axiom midi controller that I&#x27;d like to reprogram to use with GarageBand. I&#x27;m not sure where to start, but I&#x27;m thinking of using Go or Rust. Do you have any pointers on how to get started?
评论 #42300903 未加载
ssfrr6 个月前
OSC (Open Sound Control) is just awesome. It&#x27;s basically a lightweight protocol on top of UDP packets. It&#x27;s not hard to roll your own implementation if there isn&#x27;t one for your platform. It&#x27;s lacking a lot of features you&#x27;d need for a scalable system, but when you just need a few systems to send realtime messages to each other, it&#x27;s tough to beat.<p>I&#x27;ve used it a lot for the original designed use-case (sending parameter updates between controllers and music synths), but also a bunch of other things (sending tracking information from a python computer vision script to a Unity scene).
评论 #42368995 未加载
评论 #42367026 未加载
评论 #42301252 未加载