Skip to main content
Version: 0.2.0

Enumeration: CameraFacing

CameraView.CameraFacing

Direction the camera faces relative to the device's screen.

Enumeration members

BACK

BACK = "back"

Camera facing the opposite direction as the device's screen.

Defined in

CameraView.tsx:45


FRONT

FRONT = "front"

Camera facing the same direction as the device's screen.

Defined in

CameraView.tsx:50