SteffeyDev / atemOSC

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

Camera Control #157

Closed lifecenterericbradley closed 3 years ago

lifecenterericbradley commented 4 years ago

I'm new to this so I apologize if I am doing this wrong. I am looking for Camera control using a midi controller. If there is any solution for this, I would love to know, thank you!!

XENONChromatic commented 4 years ago

Hey all good dude, this is totally possible. The missing link you're looking for, per se, is an app that can translate midi strings to other types of commands, like OSC strings, or whatever sort of data strings your camera RCP likes. I personally use Octopus (https://www.octopusshowcontrol.com), and it works great. But I'll admit the learning curve can be a bit steep in terms of programming for someone new to this sort of thing.

I'm not sure if @danielbuechele feels its kosher to link to other github projects (?) but Here To Record on youtube has done some great entry level tutorials for interfacing various devices and apps, and has made an app that has a maybe slightly lower learning curve for those just starting out.

Edit: upon a quick check, it appears his app is for atem and hyperdeck hardware only, no camera control, and midi control is not finished it appears.

I am a terribly uninvolved ghost on Github, but the atemOSC group is pretty active and someone should come along to answer further questions in time :)

SteffeyDev commented 4 years ago

Unfortunately, the most camera control offered by atemOSC is just picking which camera is live (preview/program). @lifecenterericbradley when you say camera control, what kind of aspects of the camera are you looking to control?

As @carbon43 mentioned, you will need a third party app to translate Midi to OSC, then atemOSC can ingest that to control an ATEM switcher. I've only used OSCulator, but I know there are a lot of options (such as Octopus mentioned above).

HearNow commented 4 years ago

@SteffeyDev I think I can answer this because I'm also looking for the same feature. The ATEM Software Control has an option for fine tuned camera control of multiple parameters like Gain, Color balance, white balance, etc. I'm trying to use a MIDI controller with CC data to manipulate some of these features.

lifecenterericbradley commented 4 years ago

Yes! That’s what I’m looking for. I’m looking for all the CCU control. Basically looking for a way to do most of this with midi https://www.blackmagicdesign.com/products/atemcameracontrolpanel Instead of buying this hard panel or computer control. Would be open to any insights you have. I’ve also added my buddy Houston onto this thread. Thank you!!

Eric

Sent from my iPhone

On Jun 1, 2020, at 4:27 PM, HearNow notifications@github.com wrote:

 @SteffeyDev I think I can answer this because I'm also looking for the same feature. The ATEM Software Control has an option for fine tuned camera control of multiple parameters like Gain, Color balance, white balance, etc. I'm trying to use a MIDI controller with CC data to manipulate some of these features.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

SteffeyDev commented 4 years ago

OK, this is a good feature request and thus it will be tagged as such. I don't have a ton of time to work on this but hoping to find other developers in this community that can contribute, preferably with actual access to hardware such as cameras.

gride9000 commented 4 years ago

I want to second that this should be a priority for this project. The ability to control blackmagic pocket Cinema cameras is the reason I bought the atem mini pro. Being able to use the focus and zoom features with a midi fader would just be amazing.

gride9000 commented 4 years ago

3rd, would use this feature right away

SteffeyDev commented 3 years ago

Just noticed I have two issues for camera control open, going to close this in favor of #107