OpenCV-Python is a python library widely used for camera capture and real-time video stream process. However, the pipeline includes many creation and destruction of numpy arrays, which significantly increases the memory consumption. Thus, this article aims at putting forward a paradigm that dea...
Source: [Dev.to](https://dev.to/cherrion/zero-copy-video-stream-for-python-klj)