autocapture property

Autocapture autocapture
getter/setter pair

Cross-platform

Configures autocapture. Use AutocaptureEnabled or AutocaptureDisabled for the common cases, or AutocaptureOptions for granular control.

For backward compatibility, if autocapture is not set, values from the deprecated defaultTracking field are used instead. Prefer autocapture for new code.

See Web, iOS, Android for platform-specific behavior.

Implementation

Autocapture autocapture;