PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[mpjpeg @ 0x2c15c00] Expected boundary '--' not found, instead found a line of n bytes

JaviMota opened this issue · comments

Hi

Im getting the warning above running a live video through https connection using the VideoStream.
Seems Im loosing some frames because of that. Do you know how can I avoid this behaviour?

Thank you.