supervision-js
    Preparing search index...

    Interface DetectionFrameLoadOptions

    Optional context a renderer passes when it loads detection frames.

    interface DetectionFrameLoadOptions {
        coordinateSpace?: DetectionCoordinateSpace;
    }
    Index
    coordinateSpace?: DetectionCoordinateSpace

    Coordinate space the loaded frames will be presented in.

    Sources that flatten several child frames into one, such as a composite source, need this to project each child while its coordinateSpace is still attached to its own detections. Sources that return their frames unchanged can ignore it: the renderer projects whatever it receives.