Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add background blur feature for supported devices #2812

Open
wants to merge 21 commits into
base: livekit
Choose a base branch
from

Commits on Dec 9, 2024

  1. Add background Blur

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    c798c79 View commit details
    Browse the repository at this point in the history
  2. make compatible with unsopported browsers

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    140fe48 View commit details
    Browse the repository at this point in the history
  3. add types

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    70ff435 View commit details
    Browse the repository at this point in the history
  4. remove unused dependencies.

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    d23beef View commit details
    Browse the repository at this point in the history
  5. update blur checkbox (disabled state)

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    95bc7db View commit details
    Browse the repository at this point in the history
  6. i18n

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    0be312a View commit details
    Browse the repository at this point in the history
  7. eslint + prettier

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    aade8f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae71c6e View commit details
    Browse the repository at this point in the history
  9. properly add @livekit/track-processors

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    a6745ef View commit details
    Browse the repository at this point in the history
  10. dont update if processor already set

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    c2b6518 View commit details
    Browse the repository at this point in the history
  11. fixes and gpu based blurring

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    7d8e9a7 View commit details
    Browse the repository at this point in the history
  12. make default false

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    9eae919 View commit details
    Browse the repository at this point in the history
  13. more detailed error message

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    d179db1 View commit details
    Browse the repository at this point in the history
  14. review

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    95c3ca8 View commit details
    Browse the repository at this point in the history
  15. review

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    c6d4844 View commit details
    Browse the repository at this point in the history
  16. disable blur in local track again

    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    574c895 View commit details
    Browse the repository at this point in the history
  17. refactor

     - still should not work without a fixing upstream LK:
    livekit/components-js#1042
    livekit/components-js#1043
    toger5 authored and hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b77c4af View commit details
    Browse the repository at this point in the history
  18. Use local assets for blurring

    hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    59bc73c View commit details
    Browse the repository at this point in the history
  19. Lint

    hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    1860646 View commit details
    Browse the repository at this point in the history
  20. Wording change

    hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    aa5cf2f View commit details
    Browse the repository at this point in the history
  21. Lint

    hughns committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b6cc9c5 View commit details
    Browse the repository at this point in the history