Type alias DetectionSearch

DetectionSearch: { cameraName: string; imageType: ImageType; meshName: string; radius?: number }

Defines the object detection criteria

Type declaration

  • cameraName: string

    Name of the camera, for backwards compatibility, ID numbers such as 0,1,etc. can also be used

  • imageType: ImageType

    The type of camera image to search for the meshName.

  • meshName: string

    A regex pattern identifying the target object mesh to search.

  • Optional radius?: number

    The maximum radius from the camera to the target mesh object in centimeters