Video processing pipeline with OpenCV

This story will show you how to extend the modular image processing pipeline using OpenCV and Python generators with a video stream.
In the previous story, I explained how we could implement the image processing pipeline in a modular way and why. The task was to detect faces in a bunch of image files and save…