Python multiprocessing and how to wrap up and successfully exit
I’m learning python as I go and am currently implementing multiprocessing but I cannot successfully exit the app I’ve written. It seems the ‘capture_read_frame_process’ process just doesn’t end and I cannot see why. Any pointers here would be appreicated.