You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ To receive continuous frames from the camera, set the value of `streamContinuous
50
50
51
51
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.
52
52
53
+
The continuous frames of the camera can be received in the callback `onCameraFrameReceived` which has the current bitmap.
0 commit comments