OBS C# wrapper multiple monitor fullscreen

daye

New Member
Need help exporting the functionality that allows OBS to fullscreen on multiple monitors.
I am currently using a C# wrapper here:
https://github.com/ilosvideos/libobs-sharp

the fullscreen projector functionality for OBS Studio is here:
https://github.com/jp9000/obs-studi...5430ad77b79f62319132/UI/window-basic-main.cpp

This wrapper is missing the fullscreen capabilities that OBS has. I tried to implement this myself but if I duplicate the screen then the game capture and the camera stop capturing because now it is being used by two screens. I am looking for a way to export and import this feature into C#
 

satish_s21

New Member
hi i am unable to run libos-sharp even after copying to rundir and obs installation directory, it gives me qwidget: must construct a qapplication before a qwidget libobsharp this error please let me know how you are able to run
 
Top