For the complete documentation index, see llms.txt. This page is also available as Markdown.

cameraRotation

Rotation applied to the camera image.

Details

Attribute: camera-rotation

Type: CameraRotation

Default value: CameraRotation.DEG0

CameraRotation

Member
Value
Description

DEG0

0

No rotation (default value).

DEG90

1

90° rotation.

DEG180

2

180° rotation.

DEG270

3

270° rotation.

Morphology

import { CameraRotation } from '@facephi/selphi-web-component';

selphi.cameraRotation = CameraRotation.DEG0;

Description

Rotate the camera orientation. Useful if the device's camera is physically rotated.


Example

Last updated