react-native-vision-camera/docs/docs/api/interfaces/index.takesnapshotoptions.md
Marc Rousavy 0b7b4d50b5
Automatically build API documentation (#11)
* Automatically build API documentation using Typedoc and Docusaurus
* Move MD and move to MDX for Docusaurus Guides
2021-03-03 12:37:43 +01:00

1.1 KiB

id title sidebar_label custom_edit_url hide_title
index.takesnapshotoptions Interface: TakeSnapshotOptions index.TakeSnapshotOptions null true

Interface: TakeSnapshotOptions

index.TakeSnapshotOptions

Properties

quality

Optional quality: undefined | number

Specifies the quality of the JPEG. (0-100, where 100 means best quality (no compression))

It is recommended to set this to 90 or even 80, since the user probably won't notice a difference between 90/80 and 100.

default 100

Defined in: src/Snapshot.ts:9


skipMetadata

Optional skipMetadata: undefined | boolean

When set to true, metadata reading and mapping will be skipped. (PhotoFile.metadata will be null)

This might result in a faster capture, as metadata reading and mapping requires File IO.

default false

platform Android

Defined in: src/Snapshot.ts:20