Capturing and manipulating a webcam feed and exposing it as a “virtual webcam” - in Python, on Windows
问题 The final goal would be to capture the regular webcam feed, manipulate it in some way (blur face, replace background, ...) and then output the result in some way so that the manipulated feed can be chosen as input for whatever application expects a webcam (Discord, Teams, ...). I am working on a Windows machine and would prefer to do this in Python. This combination has me lost, at the moment. capturing and manipulating is easy with https://pypi.org/project/opencv-python/ the exposing the