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.51k stars 1.03k forks source link

Add thread name to filevideostream.py #220

Open hashcutdev opened 3 years ago

hashcutdev commented 3 years ago

Similar to issue #66, I use FileVideoStream and would like to have a custom name for the thread so I can track it easier on htop :-) I used the same format as pull request #67 to add the thread name parameter to this class as well.