Home > @magiclane/maps-sdk > GemCameraPlayerStatus

GemCameraPlayerStatus enum

Playback status for a camera player.

Describes the current state of camera playback, indicating whether the player is loading, playing, paused, ended, or in an error state.

Sensor Data Source

Signature:

export declare enum GemCameraPlayerStatus 

Enumeration Members

Member

Value

Description

ended

4

The data source has ended playback.

error

1

The camera frames cannot be converted to RGBA8888 format.

loading

0

The player is awaiting the first camera frame data.

paused

3

The player is paused and not rendering new frames.

playing

2

The player is actively playing camera feed frames.