Hi everyone! I'm working on a project in which I need to capture a live video stream, apply colourful filters to the frames and then re-stream it forward all in real time. I started implementing this with OpenCV, with which i managed to capture and edit the frames easily, but I couldn't find a way t...