From bec5b4f74565cdb544a5853e4b90fb6a797e3ba9 Mon Sep 17 00:00:00 2001 From: billysutomo Date: Mon, 24 Aug 2020 14:28:48 +0700 Subject: [PATCH] Update frame-processing.md add parentheses and semi colon to cameraView.addFrameProcessor code example --- docs/_docs/frame-processing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/frame-processing.md b/docs/_docs/frame-processing.md index efef2694..16412493 100644 --- a/docs/_docs/frame-processing.md +++ b/docs/_docs/frame-processing.md @@ -29,7 +29,7 @@ cameraView.addFrameProcessor(new FrameProcessor() { // Process android.media.Image... } } -} +}); ``` For your convenience, the `FrameProcessor` method is run in a background thread so you can do your job