Closed roaldarbol closed 1 year ago
The process needs to exit gracefully. Make a new class which inherits from mp.Process(), and modify the terminate method to do cv2 stuff.
mp.Process()
terminate
cv2
The process needs to exit gracefully. Make a new class which inherits from
mp.Process()
, and modify theterminate
method to docv2
stuff.