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 |
|
The data source has ended playback. |
|
error |
|
The camera frames cannot be converted to RGBA8888 format. |
|
loading |
|
The player is awaiting the first camera frame data. |
|
paused |
|
The player is paused and not rendering new frames. |
|
playing |
|
The player is actively playing camera feed frames. |