mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
sdk: remove object tracker
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user