Skip to content

Scrypted Documentation / ObjectDetectionModel

Interface: ObjectDetectionModel

Extends

Properties

classes?

optional classes: string[]

Classes of objects that can be recognized. This can include motion or the names of specific people.

Inherited from

ObjectDetectionTypes.classes


name

name: string


inputSize?

optional inputSize: number[]


inputFormat?

optional inputFormat: "rgb" | "gray" | "rgba"


settings

settings: Setting[]


triggerClasses?

optional triggerClasses: string[]


prebuffer?

optional prebuffer: number


decoder?

optional decoder: boolean