@camera.ui/sdk / manager / DiscoveredCamera
Interface: DiscoveredCamera
Defined in: manager/index.ts:333
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
address?
optionaladdress?:string
Defined in: manager/index.ts:343
Network address (IP or hostname) shown in the UI to disambiguate same-model cameras.
id
id:
string
Defined in: manager/index.ts:335
Unique, stable identifier for this discovered camera (used for deduplication).
manufacturer?
optionalmanufacturer?:string
Defined in: manager/index.ts:339
Camera manufacturer label (optional).
model?
optionalmodel?:string
Defined in: manager/index.ts:341
Camera model label (optional).
name
name:
string
Defined in: manager/index.ts:337
Display name shown in the UI adoption list.