api

  1. AlexGuo1998

    Quesiton of obs_scene_find_source

    Hello devs. Looking into the implementation of obs_scene_find_source (here), I noticed that the reference of returned sceneitem is not incremented. Is it possible that the sceneitem gets destroyed before the scene gets released? e.g. User removes that item from the scene using GUI. Should I call...
  2. Z

    Question / Help Stream video from OpenCV into OBS

    Hi, Can anyone help me with streaming video from OpenCV (using Python or C) into OBS? I've had a look at the docs but I they're rather bewildering to a new OBS user, and I can't find any similar examples. I think I need to use obs_source_draw() using the frame data I have but I'm not sure how...
  3. ConstantFlux

    Question / Help API access to filters parameters

    Quick question: Is it possible to access the parameters of filters of a scene/source from outside OBS? I'm looking for a way to change, for example, Source/Filters/Color Correction/Opacity depending on variables I pull from text files. Thank you.
  4. L

    API BUG: Create an invisible duplicated source leaks one frame on creation

    Hi, I was fiddling with the OBS API to duplicate sources on-the-fly and found a bug. Or maybe I'm not doing it right. With a plugin I just create a duplicated source from a webcam and at the moment of creation I set the source invisible. The problem is that some times the source leaks one...
Back
Top