fix for #1954 (typos)

This commit is contained in:
Andrey Pavlenko
2012-05-17 19:36:38 +00:00
parent b82b4a640d
commit e3fc405393
11 changed files with 24 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ public abstract class SampleCvViewBase extends SurfaceView implements SurfaceHol
}
public void setupCamera(int width, int height) {
Log.i(TAG, "setupCamera");
Log.i(TAG, "setupCamera("+width+", "+height+")");
synchronized (this) {
if (mCamera != null && mCamera.isOpened()) {
List<Size> sizes = mCamera.getSupportedPreviewSizes();