-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] OpenSourceProjector #119
Comments
I am not a software developer and I do not know how to use GitHub safely. `
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Type
OBS 28.1.2, 30.0.0
Windows 10 22H2
Describe the bug
The OpenSourceProjector is not able to open a FullScreen projector.
To Reproduce
Just try to open a FullScreen projector on any source.
For instance : obsws.OpenSourceProjector( "Scene 2", 1 )
The command opens a window centered on main screen.
Look at long example below.
Expected behavior
Open a FullScreen monitor on expected screen.
UPDATE : bug fixed on my side. Look at next comment.
Long description
I am using obs-websocket-dotnet from powershell 7.
It is working perfectly for most things :). Many thanks to all contributors.
I have an issue with OpenSourceProjector method.
Height : 1080
Width : 1920
Name : \.\DISPLAY2(0)
Index : 0
PositionX : 0
PositionY : 0
Height : 1080
Width : 1920
Name : \.\DISPLAY1(1)
Index : 1
PositionX : 1228
PositionY : 1080
Height : 1080
Width : 1920
Name : \.\DISPLAY3(2)
Index : 2
PositionX : -1920
PositionY : 0
I want to display "Scène 2" in full screen on monitor index 1
Then I supposed that projector geometry is mandatory and I tried
… which is consistent with the documentation in protocol.md.
The text was updated successfully, but these errors were encountered: