Skip to content

feat!: integrate all vision models with vision camera #591

feat!: integrate all vision models with vision camera

feat!: integrate all vision models with vision camera #591

Triggered via pull request February 25, 2026 15:36
Status Failure
Total duration 8m 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build
Process completed with exit code 1.
build
Module '"../../modules/computer_vision/ObjectDetectionModule"' has no exported member 'ObjectDetectionModule'.
build
Type '<K extends keyof SegmentationLabels<ModelNameOf<C>>>(imageSource: string, classesOfInterest?: K[], resizeToInput?: boolean) => Promise<Record<"ARGMAX", Int32Array<ArrayBufferLike>> & Record<...>>' is not assignable to type '<K extends keyof SegmentationLabels<ModelNameOf<C>>>(input: string | PixelData, classesOfInterest?: K[] | undefined, resizeToInput?: boolean | undefined) => Promise<...>'.
build
Argument of type '{ data: ArrayBuffer; width: number; height: number; channels: number; }' is not assignable to parameter of type 'string | PixelData'.