MS-Teams-background-changer
MS-Teams-background-changer copied to clipboard
Issue: Virtual Camera Device Remains Busy After Stopping Script
I encountered a problem when stopping the script and attempting to run it again. The virtual camera device (v4l2loopback) remains busy, preventing the script from being executed successfully. This forces me to manually release the device before being able to restart the script.
Error: When I try to run the script again, I receive the following error: $ sudo modprobe -r v4l2loopback modprobe: FATAL: Module v4l2loopback is in use.
Suggested Solution: I have implemented a solution that addresses this issue and will open a pull request (PR) shortly.