@capgo/camera-preview 3.4.4 → 3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/android/.gradle/7.4.2/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4.2/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4.2/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -265,7 +265,7 @@ const CameraPreviewFlashMode: CameraPreviewFlashMode = 'torch';
|
|
|
265
265
|
CameraPreview.setFlashMode(cameraPreviewFlashMode);
|
|
266
266
|
```
|
|
267
267
|
|
|
268
|
-
### startRecordVideo(options)
|
|
268
|
+
### startRecordVideo(options)
|
|
269
269
|
|
|
270
270
|
<info>Start capturing video</info><br/>
|
|
271
271
|
|
|
@@ -279,7 +279,7 @@ const cameraPreviewOptions: CameraPreviewOptions = {
|
|
|
279
279
|
CameraPreview.startRecordVideo(cameraPreviewOptions);
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
### stopRecordVideo()
|
|
282
|
+
### stopRecordVideo()
|
|
283
283
|
|
|
284
284
|
<info>Finish capturing a video. The captured video will be returned as a file path and the video format is .mp4</info><br/>
|
|
285
285
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Tue Dec 06 02:16:17 UTC 2022
|
|
2
2
|
gradle.version=7.4.2
|