sdk: remove object tracker

This commit is contained in:
Koushik Dutta
2025-07-20 10:14:16 -07:00
parent 34eb2be551
commit 7ecee115a6

View File

@@ -1682,12 +1682,6 @@ export interface ObjectDetectionTypes {
*/
classes?: ObjectDetectionClass[];
}
/**
* Given object detections with bounding boxes, return a similar list with tracker ids.
*/
export interface ObjectTracker {
trackObjects(detection: ObjectsDetected): Promise<ObjectsDetected>;
}
/**
* ObjectDetector is found on Cameras that have smart detection capabilities.
*/
@@ -2446,7 +2440,6 @@ export enum ScryptedInterface {
Program = "Program",
Scriptable = "Scriptable",
ClusterForkInterface = "ClusterForkInterface",
ObjectTracker = "ObjectTracker",
ObjectDetector = "ObjectDetector",
ObjectDetection = "ObjectDetection",
ObjectDetectionPreview = "ObjectDetectionPreview",