Ejemplo n.º 1
0
 public void onCameraViewStarted(int width, int height) {
   Log.i(TAG, "camera view start");
   mGray = new Mat();
   mRgba = new Mat();
   xface.startFacedetect();
 }