From 2915b176b27a98d96cf7f1060933e8f4cf8b3e0d Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 7 Jun 2021 15:09:16 +0200 Subject: [PATCH] update docs --- docs/docs/guides/CAPTURING.mdx | 2 +- docs/docs/guides/DEVICES.mdx | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/docs/guides/CAPTURING.mdx b/docs/docs/guides/CAPTURING.mdx index ffc9f7d..9b78849 100644 --- a/docs/docs/guides/CAPTURING.mdx +++ b/docs/docs/guides/CAPTURING.mdx @@ -74,7 +74,7 @@ While taking snapshots is faster than taking photos, the resulting image has way ::: :::note -The `takeSnapshot` function also works with `photo={false}`. For this reason, **devices that do not support photo and video capture** at the same time (see ["The `supportsPhotoAndVideoCapture` prop"](/docs/guides/devices/#the-supportsphotoandvideocapture-prop)) can use `video={true}` and **fall back to snapshot capture** for photos. (See ["Taking Snapshots"](/docs/guides/capturing#taking-snapshots)) +The `takeSnapshot` function also works with `photo={false}`. For this reason, devices that do not support photo and video capture at the same time (see ["The `supportsPhotoAndVideoCapture` prop"](/docs/guides/devices/#the-supportsphotoandvideocapture-prop)) can use `video={true}` and fall back to snapshot capture for photos. (See ["Taking Snapshots"](/docs/guides/capturing#taking-snapshots)) ::: ## Recording Videos diff --git a/docs/docs/guides/DEVICES.mdx b/docs/docs/guides/DEVICES.mdx index 5f7e190..02bdc40 100644 --- a/docs/docs/guides/DEVICES.mdx +++ b/docs/docs/guides/DEVICES.mdx @@ -125,10 +125,6 @@ function App() { } ``` -:::info -If you don't care about fast resume times you can also fully unmount the `` view instead, which will use less memory (RAM). -::: - ### The `supportsPhotoAndVideoCapture` prop Camera devices provide the [`supportsPhotoAndVideoCapture` property](/docs/api/interfaces/cameradevice.cameradevice-1#supportsphotoandvideocapture) which determines whether the device supports enabling photo- and video-capture at the same time.