This tutorial describes the implementation of a "halftone" filter as a Lua script for OBS. Such a filter appears in the list of filters and can be added as part of a ...
EXPORT bool obs_scripting_load_python(const char *python_path); EXPORT obs_script_t *obs_script_create(const char *path, obs_data_t *settings); EXPORT void obs_script_destroy(obs_script_t *script); ...