obs-studio/plugins/linux-capture
2020-05-13 06:52:37 -07:00
..
data/locale Update translations from Crowdin 2020-03-16 20:14:50 +01:00
CMakeLists.txt cmake: Add cmake folders 2020-05-13 06:52:37 -07:00
linux-capture.c Plugins: Add descriptions to modules 2018-09-11 18:28:58 -07:00
README Rename linux-xshm module to linux-capture 2014-08-29 17:19:30 -07:00
xcompcap-helper.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcompcap-helper.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcompcap-main.cpp linux-capture: Fix cursor draw bug when cropping window cap. 2019-11-20 22:09:47 -08:00
xcompcap-main.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcomposite-main.cpp UI: Add source icons 2019-11-24 20:50:42 -08:00
xcursor-xcb.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcursor-xcb.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
xcursor.c linux-capture: Fix cursor draw bug when cropping window cap. 2019-11-20 22:09:47 -08:00
xcursor.h linux-capture: Fix cursor draw bug when cropping window cap. 2019-11-20 22:09:47 -08:00
xhelpers.c linux-capture: Use RandR monitors for screen information 2020-03-13 18:29:35 -07:00
xhelpers.h linux-capture: Use RandR monitors for screen information 2020-03-13 18:29:35 -07:00
xshm-input.c linux-capture: Use RandR monitors for screen information 2020-03-13 18:29:35 -07:00

Linux XShm capture plugin

  This plugin uses the MIT-SHM extension for the X-server to capture the
  desktop.

Todo:

 - handle resolution changes of screens
 - handle adding/removing screens while recording
 - support different depths

Contributing:

  If you are interested in helping out with the plugin, please drop by in the
  #obs-dev channel on quakenet.

References:
 - http://www.x.org/releases/current/doc/xextproto/shm.html