You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const bwSet = {
"shutdown":true,
"url":"https://goole.com/",
}
const browserSource = osn.InputFactory.create("browser_source", "browser_source",bwSet);
scene.add(browserSource);
i use this code bug no effect
The text was updated successfully, but these errors were encountered:
Hello, you need to declare "width" and "height". I can show you a demo using obs-studio-node with browser_source running. I need more precision and code for debug yours.
const bwSet = {
"shutdown":true,
"url":"https://goole.com/",
}
const browserSource = osn.InputFactory.create("browser_source", "browser_source",bwSet);
scene.add(browserSource);
i use this code bug no effect
The text was updated successfully, but these errors were encountered: