Update frame-processing.md

add parentheses and semi colon to cameraView.addFrameProcessor code example
pull/941/head
billysutomo 5 years ago committed by GitHub
parent daf7a0bf44
commit bec5b4f745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_docs/frame-processing.md

@ -29,7 +29,7 @@ cameraView.addFrameProcessor(new FrameProcessor() {
// Process android.media.Image... // Process android.media.Image...
} }
} }
} });
``` ```
For your convenience, the `FrameProcessor` method is run in a background thread so you can do your job For your convenience, the `FrameProcessor` method is run in a background thread so you can do your job

Loading…
Cancel
Save