diff --git a/docs/docs/guides/ANIMATED.mdx b/docs/docs/guides/ANIMATED.mdx index 4d8da24..80c0509 100644 --- a/docs/docs/guides/ANIMATED.mdx +++ b/docs/docs/guides/ANIMATED.mdx @@ -91,4 +91,4 @@ The above example only demonstrates how to animate the `zoom` property. To actua
-#### 🚀 Next section: [Camera Errors](errors) +#### 🚀 Next section: [Focusing](focusing) diff --git a/docs/docs/guides/CAPTURING.mdx b/docs/docs/guides/CAPTURING.mdx index 9b78849..8143c20 100644 --- a/docs/docs/guides/CAPTURING.mdx +++ b/docs/docs/guides/CAPTURING.mdx @@ -36,7 +36,6 @@ The most important actions are: * [Taking Photos](#taking-photos) - [Taking Snapshots](#taking-snapshots) * [Recording Videos](#recording-videos) -* [Focussing](#focussing) ## Taking Photos @@ -86,7 +85,7 @@ To start a video recording you first have to enable video capture: {...props} video={true} audio={true} // <-- optional - /> +/> ``` Then, simply use the Camera's [`startRecording(...)`](../api/classes/camera.camera-1#startrecording) function: @@ -109,20 +108,6 @@ await camera.current.stopRecording() Once a recording has been stopped, the `onRecordingFinished` callback passed to the `startRecording` function will be invoked with a [`VideoFile`](../api/interfaces/videofile.videofile-1) which you can then use to display in a [`