libobs-sharp icon indicating copy to clipboard operation
libobs-sharp copied to clipboard

[not maintained] C# wrapper for libobs 0.15.4 (part of obs-studio, multiplatform rewrite of Open Broadcaster Software)

Results 6 libobs-sharp issues
Sort by recently updated
recently updated
newest added

Starting with 0.16.0, there is a frontend API available. I tried to do a simple mockup, but this is not my forte and could not get passed a simple call...

We get an error at ResetVideo with the example 'test' program. Dlls are loaded fine. Version: OBS 21.1.2 (64bit, windows) ``` Unhandled Exception: System.ApplicationException: ResetVideo failed. at test.Program.InitObs() in C:\Users\Kaj\Documents\libobs-sharp-master\test\Program.cs:line...

Is there sample code or documentation somewhere, like a getting started guide?

Howdie, I'm trying this as a first-time user with latest Obs Studio (v18.0.1) and getting an access violation early in the run. Most issues I've seen in the repo are...

Hi, Really appreciate your work, have managed to get your library working and find that it does display the scenes and sources. Do you have plans on adding to the...