Skip to content

Commit 5473450

Browse files
authored
Update README.md
1 parent dab6234 commit 5473450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ To receive continuous frames from the camera, set the value of `streamContinuous
5050

5151
Currently the library supports only `STRATEGY_KEEP_ONLY_LATEST` of CameraX, which keeps only the latest image captured, until the image is closed. You can close the image by using the `closeImage()` method from Java / Kotlin code. Only after closing the image, will the next frame be available.
5252

53+
The continuous frames of the camera can be received in the callback `onCameraFrameReceived` which has the current bitmap.
54+
5355

5456

5557
### Found this library useful? :heart:

0 commit comments

Comments
 (0)