Ask Your Question

punnerud's profile - activity

2018-11-08 07:29:31 -0600 received badge  Necromancer (source)
2018-11-08 07:02:58 -0600 answered a question OpenCV Pedestrian Counting

Old post with a lot of readers on an important topic The problem should be broken up. The "simple" solution is to count

2018-11-04 13:35:01 -0600 edited answer Video frame to numpy array

In CV2 everything is returned as NumPy objects: What is different between all these OpenCV Python interfaces? Using fra

2018-11-04 13:33:26 -0600 answered a question Video frame to numpy array

In CV2 everything is returned as NumPy objects: What is different between all these OpenCV Python interfaces? Using fra

2017-09-29 05:44:15 -0600 received badge  Editor (source)
2017-09-29 05:44:15 -0600 edited answer VideoCapture read non blocking?

I had to place this after "webcam.start()" for it to work: import time time.sleep(2)

2017-09-29 05:43:58 -0600 answered a question VideoCapture read non blocking?

I had to place this after "webcam.start()" for it to work: import time time.sleep(2)