Skip to content

@camera.ui/sdk / sensor / ModelRuntime

Interface: ModelRuntime

Defined in: sensor/spec.ts:40

What a sensor runs on. Optional throughout: a plugin that reports nothing simply shows nothing.

Extended by

Properties

models?

optional models?: LoadedModel[]

Defined in: sensor/spec.ts:44

Models this sensor has loaded, primary one first.


runtime?

optional runtime?: string

Defined in: sensor/spec.ts:42

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