bennetthardwick / rust-obs-plugins

A safe wrapper around the OBS API, useful for creating OBS sources, filters and effects.
GNU General Public License v2.0
186 stars 34 forks source link

Add video filter support #23

Closed obelisk closed 2 years ago

obelisk commented 2 years ago

I wanted to write an OBS filter for my camera but turns out the library didn't support it so this is my attempt at fixing that.

You can see a filter I built with this patch here: https://github.com/obelisk/halftonery/tree/master/obshalftonery

bennetthardwick commented 2 years ago

Awesome, thanks @obelisk! I don't have a Mac to test it, but I slightly modified your change to build_mac.rs to support the other "candidates". Let me know if it breaks anything for you.