Skip to content

@camera.ui/sdk / manager / DiscoveredCamera

Interface: DiscoveredCamera

Defined in: manager/index.ts:287

Discovered camera from a discovery provider.

Represents a camera found during network scanning or cloud lookup that can be adopted into the system. Push these via deviceManager.pushDiscoveredCameras so the user can pick them in the UI without waiting for the next discovery poll.

Properties

id

id: string

Defined in: manager/index.ts:289

Unique, stable identifier for this discovered camera (used for deduplication).


manufacturer?

optional manufacturer?: string

Defined in: manager/index.ts:293

Camera manufacturer label (optional).


model?

optional model?: string

Defined in: manager/index.ts:295

Camera model label (optional).


name

name: string

Defined in: manager/index.ts:291

Display name shown in the UI adoption list.