Relative Content

Tag Archive for python-3.xopencvmultiprocessingsynchronizationpickle

Multiprocessing manager can’t pickle

I made a multi-process program to analyze images from a camera. The first process constantly reads the image from the camera, the second analyzes this image, the third contains an HTTP server for returning the image. Frames are exchanged using multiprocessing.Manager.