Python OpenCV streaming from camera – multithreading, timestamps
I ran simple python script on Raspberry Pi 3. This script is responsible to open video device and stream data (800×600) to HTTP endpoint using MJPEG. When I receive this stream one of my Raspberry Pi cores works on 100%. It possible to run OpenCV with multi threading?