Open SeanKilleen opened 2 years ago
This is absolutely on my list, thanks for adding! I have some clean up of the settings page to do that will enable diving into this.
My personal use case is for OBS, which takes a --startvirtualcam
flag
Setting the effort high here since it requires some upstream PRs
FWIW, I'd be fine if this was in vNext. The ability to run a powershell script is all I need to cover for this.
For example, I envision a "clean slate" workflow that might have a command line to kill system try background stuff, like
taskkill.exe /f /im "LogiPresentationUI.exe" /t
The cool thing is, I think there's already a workaround -- I can put this in a script, and call the script's path. Which is beautiful.