GoaLitiuM / libobs-sharp

[not maintained] C# wrapper for libobs 0.15.4 (part of obs-studio, multiplatform rewrite of Open Broadcaster Software)
GNU General Public License v2.0
52 stars 33 forks source link

Scene/Filter/Item ids #24

Closed dayekaye closed 7 years ago

dayekaye commented 7 years ago

Trying to add different things to the scene like window capture or video capture and then add filters to those (hardcoded) but I need ids to call these. Where can I find these ids. For example I am trying to add a crop filter like this but it seems that I don't quite get how to use this var crop = new Filter("crop_pad","Crop", new ObsData("0,0,1920,1080"));

dayekaye commented 7 years ago

I think the underlying (and possibly different) issue is that the Video Capture Device module win-dshow.dll isn't loading properly.

Loading module: win-dshow.dll Failed to load 'en-US' text for module: 'win-dshow.dll'

There are a number of modules that fail to load but I need this one specifically. Any thoughts on the matter would be greatly appreciated.