First time here? Check out the FAQ!
answered 2016-12-30 07:29:09 -0600
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.