Clayton Groeneveld
6af8726c74
linux-v4l2: Add virtual camera output
2020-10-30 02:00:14 -07:00
Kurt Kartaltepe
d86c8121ed
Plugins: Add descriptions to modules
2018-09-11 18:28:58 -07:00
jp9000
892fdea83e
Remove macro to free locale
...
This functionality can now be handled automatically because locale can
now be freed seaparately from obs_module_unload with
obs_module_free_locale, which is called automatically when the module is
being freed.
2014-07-27 17:29:10 -07:00
jp9000
f0ac19abba
Remove version parameter from obs_module_load
...
Replaced by obs_get_version() API
2014-07-27 17:29:10 -07:00
jp9000
482791c5b6
Add locale for modules
2014-07-11 17:29:00 -07:00
fryshorts
5f8a6db816
Add initial implementation of a v4l2 capture plugin
...
This patch adds a plugin to capture video data from v4l2 devices under linux.
2014-06-18 21:31:23 +02:00