kaschmo / sh_face_rec

Face recognition system for any IP Camera and openHAB
30 stars 10 forks source link

BUG: openCV VideoCapture(webstream) is delayed #8

Open kaschmo opened 6 years ago

kaschmo commented 6 years ago

When opening videoCapture(cam_url) this introduces a 13s delay. Only on Rpi not on MBP. Not happening if local usb cam is connected and used on Rpi. Neither with file. Results in streaming delay and ruins gain from multiprocessing.

Seems to be an FFMPEG issue: https://github.com/opencv/opencv/issues/4528