FacesTool.gallery property

Face recognition against an enrolled gallery (SFace). Enrolment images are raw rgb24 frames with ONE prominent subject — the largest confident face is enrolled; a face-less image fails configuration.

Signature:

gallery?: ({
        name: string;
        image: Uint8Array;
    } | {
        name: string;
        rgb24: Uint8Array;
        width: number;
        height: number;
    })[];