OpenFTC / EasyOpenCV

Finally, a straightforward and easy way to use OpenCV on an FTC robot!
219 stars 100 forks source link

Deadlock when stopping webcam stream #13

Closed Windwoes closed 4 years ago

Windwoes commented 4 years ago

There is a potential for a deadlock between onNewFrame() and stopStreaming(). Not obvious with autoclosing because autoclose happens in another thread.

Windwoes commented 4 years ago

fixed in 1.4.0