Package-level declarations

Types

Link copied to clipboard
class BackgroundBlurConfiguration @JvmOverloads constructor(var blurStrength: Float = 7.0f)

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

Link copied to clipboard
class BackgroundBlurVideoFrameProcessor @JvmOverloads constructor(logger: Logger, eglCoreFactory: EglCoreFactory, context: Context, var configurations: BackgroundBlurConfiguration?) : VideoSource, VideoSink

BackgroundBlurVideoFrameProcessor Draws frames to RGBA, converts to CPU, identifies the foreground person and blurs the background of a video frame.