obs-studio-node icon indicating copy to clipboard operation
obs-studio-node copied to clipboard

Change Virtual Camera Name

Open hrueger opened this issue 4 years ago • 2 comments

The virtual camera feature works great, however, it seems like the name is hardcoded?

I set it here, but it still shows up as Streamlabs OBS Virtual Camera... Any idea?

(also see https://github.com/Envek/obs-studio-node-example/issues/44)

hrueger avatar Apr 20 '21 10:04 hrueger

For custom virtual camera name you need custom obs-studio-node by compiling and building it. For that you would need to compile obs-studio and set this custom obs-studio in OSN_LIBOBS_URL. obs-studio have virtual camera plugin that you need to modify to change name. see https://github.com/stream-labs/obs-studio-node#readme

alokmahor avatar Apr 25 '21 05:04 alokmahor

For custom virtual camera name you need custom obs-studio-node by compiling and building it. For that you would need to compile obs-studio and set this custom obs-studio in OSN_LIBOBS_URL. obs-studio have virtual camera plugin that you need to modify to change name. see https://github.com/stream-labs/obs-studio-node#readme

Hi, can you tell me to change the name of the virtual camera and what files should be changed in obs-studio

MooLee89 avatar May 20 '22 14:05 MooLee89