Skip to content

Variable: CameraState

const CameraState: object

Defined in: packages/core/src/camera/types.ts:25

Camera stream state lifecycle

Type Declaration

Active

readonly Active: "active" = 'active'

Error

readonly Error: "error" = 'error'

Inactive

readonly Inactive: "inactive" = 'inactive'

Starting

readonly Starting: "starting" = 'starting'

Privacy | Terms