Start OBS in Fullscreen Preview

karlsoderback

New Member
Hi,

I am currently working on a functionality for OBS which I am in need of myself. I want to enable OBS to be started in with a Fullscreen Projector of the preview window by giving it a startup parameter such as --fullscreen-preview. I am having issues finding a good place to call the OpenPreviewProjector method which triggers the fullscreen projector. In my first tries I manage to crash the application when using my startup parameter so I am guessing I call the function when the app is a state where it is not yet ready. Any ideas of where to call it?

I included my latest error log.
 

Attachments

  • Crash 2017-12-28 16-27-21.txt
    33.5 KB · Views: 76

Cerrnal

New Member
I know you said there's no need for replies, but could you describe your solution? I'm looking to do this exact thing.
 

karlsoderback

New Member
I made a pull request with my code which added the functionality but it was closed since it is kind of possible to achieve this by using the setting ”Save projectors on exit”.
 
Top