Skip to content

Instantly share code, notes, and snippets.

@prakashpun
Created December 30, 2017 15:40
Show Gist options
  • Save prakashpun/2c5567fea3f6d97665cd3c23209c649b to your computer and use it in GitHub Desktop.
Save prakashpun/2c5567fea3f6d97665cd3c23209c649b to your computer and use it in GitHub Desktop.
Initialize mCameraSource
mCameraSource = new CameraSource.Builder(getApplicationContext(), textRecognizer)
.setFacing(CameraSource.CAMERA_FACING_BACK)
.setRequestedPreviewSize(1280, 1024)
.setAutoFocusEnabled(true)
.setRequestedFps(2.0f)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment