Skip to content

@camera.ui/sdk / sensor / ObjectModelSpec

Interface: ObjectModelSpec

Defined in: sensor/spec.ts:65

Model spec for object detectors. Only declares input dimensions, the output label set is dynamic and comes from the model itself.

Extends

Properties

input

input: VideoInputSpec

Defined in: sensor/spec.ts:67

Required input frame dimensions and pixel format.


models?

optional models?: LoadedModel[]

Defined in: sensor/spec.ts:44

Models this sensor has loaded, primary one first.

Inherited from

ModelRuntime.models


runtime?

optional runtime?: string

Defined in: sensor/spec.ts:42

Inference framework and version, e.g. 'openvino 2025.3.0'.

Inherited from

ModelRuntime.runtime