mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-09 01:56:12 -04:00
This adds code to set up the udev monitoring library and use the events to detect connects/disconnects of devices. When the currently used device is disconnected the plugin will stop recording and clean up, so that the device node is freed up. On reconnection of the device the plugin will use the event to automatically start the capture again.