Obs-mac-virtualcam: Feature request: create a way to start OBS with virtual camera on

Created on 27 Apr 2020  路  9Comments  路  Source: johnboiles/obs-mac-virtualcam

Hey hey - I didn't see anything in the readme about feature request procedure so I'm hoping this isn't offensive. I just wanted to note this as a request for someday down the road.

I thought a flag like -startstreaming but -startvirtualcamera or something similar would be a great little addition. Since I literally always use my virtual cam on my mac now, it would be a great default. Here's a reference to the flags that are currently available: https://obsproject.com/wiki/Launch-Parameters

Since I'm not a c++ dev I can't contribute any code myself, but I'll definitely be on the lookout for other ways to contribute. I'll watch the issues to see if there's anything I can help with. Thanks to all the contributors in this repo: this has changed my workflow for the better 1000%

duplicate enhancement help wanted

Most helpful comment

Hey, this is indeed the right place for feature requests 馃槂
I like the idea! 馃憤
We'll see how/if it can be implemented, I guess the OBS team has something to say about this as well.

All 9 comments

Hey, this is indeed the right place for feature requests 馃槂
I like the idea! 馃憤
We'll see how/if it can be implemented, I guess the OBS team has something to say about this as well.

We can add that to the spec, as the feature is relatively trivial to add. That said, I don't think it can be done in a plugin alone. This is the sort of feature that might have to wait until it gets merged into OBS.

FWIW the OBS-VirtualCam plugin for windows has its own autostart checkbox, I think this is a feature enough people might want to warrant a setting.

This is a great idea. As @dodgepong mentions we might not be able to do this until this is merged into OBS because I don't think we can get commandline arguments from the plugin (though please try to prove me wrong).

An autostart setting would be a nice to have. We could just save some state to a file and then look at that when this plugin is loaded to decide whether to start or not.

An autostart setting would be a nice to have

Note that the current version of the RFC specifies that an auto-start checkbox be added, as well as a horizontal flip option.

I'm going to repurpose this issue to be about an autostart checkbox. I don't think there's a way we can autostart this from a commandline flag until this is a part of the OBS codebase.

Just noticed that #132 is a duplicate of this, but I'd rather keep 132 open since it has more valuable conversation

I have the same feature requirement, is it supported now? or are there any work round with some commands to support virtual camera to be on once we restart the OBS APP? thanks for your information in advance.

This is not supported in the yet, only in the windows version of OBS, and I don't know that we even could add this from a plugin, so you'll probably have to wait for this to be integrated into OBS.

Was this page helpful?
0 / 5 - 0 ratings