Horatiu Muresan
9f8662c0a1
chore(eslint) Update eslint (#14412)
1 rok temu
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
2 lat temu
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 lat temu
Jaya Allamsetty
3f78de2d34
fix(virtual-backgroud) Remove desktop share as virtual background.
Its no longer supported in multi-stream mode.
3 lat temu
Bogdan Duduman
48db099134
feat: include sort members eslint changes
3 lat temu
Saúl Ibarra Corretgé
0bfa1027a9
fix(virtual-backgrounds) cache loaded model
There is no need to fetch and apply the model every time we want to
createe the effect since it doesn't change.
3 lat temu
Saúl Ibarra Corretgé
8e65fab544
fix(virtual-background) don't treat timeout as fatal failure
If downloading the model tiemouts, it may succeed in the (near) future,
don't just give up.
3 lat temu
Roshan Pulapura
09441c2632
feat(virtual-backgrounds) use new Open Source model
https://google.github.io/mediapipe/solutions/models.html#selfie-segmentation
4 lat temu
Saúl Ibarra Corretgé
00ae2dc6a9
fix(virtual-backgrounds) make error message translatable
4 lat temu
Saúl Ibarra Corretgé
a182f53cdc
fix(virtual-backgrounds) fix error if we failed to load the model
If another try is made, show an error notification instead of failing with an
exception.
4 lat temu
Tudor D. Pop
a618697e34
feat(notifications) revisit timeouts and make them configurable
4 lat temu
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
4 lat temu
Avram Tudor
b4ba887d92
Revert "Update Virtual Background Model (#9867)" (#10247)
This reverts commit 9b6b335c60 .
4 lat temu
Roshan Pulapura
9b6b335c60
Update Virtual Background Model (#9867)
* update virtual background
* remove comments
* remove general model
4 lat temu
Avram Tudor
f24e0f3622
fix(virtual-backgrounds) cache wasm and model (#10190)
Prevents downloading wasm module and module each time background is changed
4 lat temu
Tudor D. Pop
eb4aefbca1
fix(virtual-background) upload bkg image on poor connection
4 lat temu
tudordan7
bb8c30a6c9
fix(virtual-background): Add logs on virtual background actions.
4 lat temu
Tudor D. Pop
d72b27d46d
fix(virtual-background): Fix mirror behavior for remote participants.
4 lat temu
Tudor D. Pop
74d65ff596
fix(virtual-background): Fix resize action and prevent mirror behavio… (#9441)
* fix(virtual-background): Fix resize action and prevent mirror behaviour on desktop share as a virtual background.
Co-authored-by: tudordan7 <tudor.pop@decagon.tech >
4 lat temu
Tudor D. Pop
2ed2a8d41f
fix(wasm-support): WebAssembly browser support. (#9410)
* fix(wasm-support): WebAssembly browser support.
* fix(wasm-support): WebAssembly browser support.
Co-authored-by: tudordan7 <tudor.pop@decagon.tech >
4 lat temu
tudordan7
06c527b6fe
feat(virtual-background): Desktop share as virtual background
4 lat temu
tudordan7
7f020a1107
feat(virtual-background): Desktop share as virtual background
4 lat temu
tudordan7
4872ce83ba
feat(virtual-background): Desktop share as virtual background
4 lat temu
tudordan7
99f61ca2cd
feat(virtual-background): Desktop share as virtual background
4 lat temu
tudordan7
dffe2316d4
feat(virtual-background): Desktop share as virtual background wip
4 lat temu
tudordan7
04a464dfee
feat(virtual-background): Desktop share as virtual background wip
4 lat temu
tudordan7
be0632783d
feat(virtual-background): Desktop share as virtual background wip
4 lat temu
Tudor D. Pop
af28080058
feat(virtual-background) add slight blur option
4 lat temu
Saúl Ibarra Corretgé
8eed42c273
fix(virtual-backgrounds) add segmentation model license information
Fixes: https://github.com/jitsi/jitsi-meet/issues/8792
4 lat temu
Tudor D. Pop
77ee4b13e1
feat(virtual-backgrounds) add ability to upload custom images
4 lat temu
Saúl Ibarra Corretgé
1395f84550
fix(virtual-background) fix tainted canvas when using the CDN
When we use a CDN the images come from an origin different than the site so
unless we mark them for CORS the canvas where they are painted will be tainted.
Ref: https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image
4 lat temu
Saúl Ibarra Corretgé
4fa47c8070
fix(virtual-background) use a DOM element for storing the image
THis will reuse the previously cached image and obey the base href.
Ref:
https://stackoverflow.com/questions/6241716/is-there-a-difference-between-new-image-and-document-createelementimg
4 lat temu
Saúl Ibarra Corretgé
31ace267ce
fix(virtual-background) use tighter edge smoothing
4 lat temu
tudordan7
194d357005
feat(virtual-backgrounds) add virtual background support
4 lat temu