![]() | 1 | initial version |
try this :-
public void onCameraViewStarted(int width, int height)
{
mRgba = new Mat();
}
![]() | 2 | No.2 Revision |
try this :-
public void onCameraViewStarted(int width, int height)
{
mRgba = new Mat();
mGray = new Mat();
}