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.
MIT License
4.54k
stars
1.03k
forks
source link
Python program aborted when using video.VideoStream(src=0) with Flask #193
In my flask python program,
from imutils import video
video_stream = video.VideoStream(src=0).start()
The program is aborted without and error or exception.
OS: MacOS-10.15.2 Python version: 3.7.1