geerlingguy / youtube

YouTube channel repo. Stuff that doesn't fit elsewhere.
https://www.youtube.com/c/JeffGeerling
MIT License
47 stars 4 forks source link

Automate Blackmagic Video Assist recording control via Stream Deck #4

Open geerlingguy opened 2 years ago

geerlingguy commented 2 years ago

Here's my rough idea:

Some resources:

Inspired by this tweet.

witnessmenow commented 2 years ago

Might be worth considering a wifi based Arduino like the esp32, you'd get the same USB functionality if that's the route you want to take, or alternatively (or both) host a webserver on it so you could control it over your network

Giltvedt commented 2 years ago

As I mentioned in my reply to you tweet.

I think you’re looking for this shield for Arduino: Blackmagic 3G‑SDI Shield for Arduino

I had similar ideas, like yours, earlier when they released this shield. Did a little research about LANC (same references you found), but never came around to it. Now I’m excited to see what you come up with, if you choose to use this shield.

geerlingguy commented 2 years ago

@witnessmenow - For this particular use case, it'll be a couple feet from my computer, so direct wire is preferred... but I do have a spare ESP8266 that I could use and see if I could make a more universal solution.

@Giltvedt - At $50 used or $100 new, it seems like that SDI shield might be a little overkill for me. Plus the LANC cable could be a bit more tidy on the desk (though I already have two HDMI cables and a mini XLR hanging off the side of the monitor...). But we'll see. I've never touched SDI before, might be interesting to take a look.