BackgroundReplacementConfiguration

class BackgroundReplacementConfiguration @JvmOverloads constructor(var image: Bitmap = createReplacementImage())

A set of options that can be supplied when creating a background replacement video frame processor.

Parameters

image

: Bitmap - An image to replace video background with. Defaults to shaded blue colored image.

Constructors

Link copied to clipboard
constructor(image: Bitmap = createReplacementImage())

Properties

Link copied to clipboard