Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The solution was simply to store returned boolen value from capturedVideo.read(cameraMat) method:

boolean tempBool = capturedVideo.read(cameraMat);

The freezing stopped. I hope it will help somebody else.