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.