Object Detection

Object Detection operator properties for Script Engine. Runs an AI model on each frame to find objects and report their position with a bounding box, label, and confidence score. Useful for automated alerts when specific things appear (people, vehicles, packages), counting objects in view, security and surveillance triggers, sports analytics, and feeding object positions to other components for auto-framing or selective effects. Detection accuracy depends entirely on the loaded model and how closely the incoming video matches what it was trained on.

(No @ScriptEngine-tagged properties.)

Inherits from: AbstractOperator, AbstractAudioMetering.

See also: Object Detection in Operators — user-facing introduction, screenshots, and section summaries.