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.
MIT License
4.53k stars 1.02k forks source link

Python program aborted when using video.VideoStream(src=0) with Flask #193

Closed Saroopashree closed 4 years ago

Saroopashree commented 4 years ago

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