Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you don't want to preview the input frames, you just have to return null in the "OnCameraFrame" method.

It's look look this:

 public Mat onCameraFrame(CvCameraViewFrame inputFrame) {

    return null;
 }

And vise versa, if you want to do some manipulation on the input frames and show them just change the retun matrix as you want.