@virtualscenery/greenscreenstream
    Preparing search index...

    Interface IGreenScreenConfig

    Represents the configuration options for the green screen feature.

    interface IGreenScreenConfig {
        bodyPixConfig?: IBodyPixConfig;
        bodyPixMode?: BodyPixMode;
        maskSettings?: IMaskSettings;
    }
    Index

    Properties

    bodyPixConfig?: IBodyPixConfig

    Optional configuration for the BodyPix model.

    bodyPixMode?: BodyPixMode

    Optional mode for the BodyPix segmentation algorithm.

    maskSettings?: IMaskSettings

    Optional settings for the mask applied to the green screen.