Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

try this :-

 public void onCameraViewStarted(int width, int height)
 {
        mRgba = new Mat();
 }

try this :-

 public void onCameraViewStarted(int width, int height)
 {
        mRgba = new Mat();
        mGray = new Mat();
 }