Skip to content

A flutter plugin to add blurring/virtual background support to livekit flutter sdk

License

Notifications You must be signed in to change notification settings

yashdeepsingh-create/flutter-livekit-background-effects

 
 

Repository files navigation

livekit_background_effects

LiveKit Background Effects is a video processor plugin for LiveKit's client-sdk-flutter, providing background blurring and virtual backgrounds.

Getting Started

  • Add livekit_background_effects to your dependencies
  • Create an instance of LivekitBackgroundEffects
  • Use it as CameraCaptureOptions.processor
  • Keep a reference around to update background options (blurring, virtual backgrounds)

License

This repository is licensed under MPL-2.0. Some files under livekit_background_effects_native/android/src/main/kotlin/me/instahelp/livekit_background_effects_native/ contain code developed by others, published under Apache-2.0 and BSD licenses. See their header files for details

Thanks

Thanks to @livekit for providing a robust framework to develop on top of.

About

A flutter plugin to add blurring/virtual background support to livekit flutter sdk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 47.8%
  • Dart 30.5%
  • Swift 14.9%
  • Java 3.6%
  • Ruby 2.2%
  • HTML 1.0%