Skip to content

Commit

Permalink
docs: Style Note: sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed May 14, 2024
1 parent 910e99d commit 5a26928
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/docs/guides/PERFORMANCE.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ const slowerDevice = getCameraDevice(devices, 'back', {

See ["Camera Devices"](devices) for more information.

Note: By default (when not passing the options object), a simpler device is already chosen.
:::note
By default (when not passing the options object), a simpler device is already chosen.
:::

### No Video HDR

Expand All @@ -68,7 +70,9 @@ Video HDR uses 10-bit formats and/or additional processing steps that come with

Enable Buffer Compression ([`enableBufferCompression`](/docs/api/interfaces/CameraProps#enablebuffercompression)) to use lossy-compressed buffers for the Camera's video pipeline. These buffers can use less memory and are more efficient.

Note: When not using a `frameProcessor`, buffer compression is automatically enabled.
:::note
When not using a `frameProcessor`, buffer compression is automatically enabled.
:::

### Video Stabilization

Expand Down

0 comments on commit 5a26928

Please sign in to comment.